RDF2ELNImportUploadFile Method (Int64, String, String, Byte, String, String, DateTime, DateTime, String, String, DateTime, DateTime, String, Boolean, String) |
Namespace:
Scilligence.MolEngine.Companion
Assembly:
Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntaxpublic long ImportUploadFile(
long parentid,
string fileno,
string filename,
byte[] buf,
string project,
string email,
DateTime created,
DateTime modified,
string status,
string audittrial,
DateTime closedate,
DateTime witnessdate,
string witnessemail,
bool createindex,
out string err
)
Parameters
- parentid
- Type: SystemInt64
- fileno
- Type: SystemString
- filename
- Type: SystemString
- buf
- Type: SystemByte
- project
- Type: SystemString
- email
- Type: SystemString
- created
- Type: SystemDateTime
- modified
- Type: SystemDateTime
- status
- Type: SystemString
- audittrial
- Type: SystemString
- closedate
- Type: SystemDateTime
- witnessdate
- Type: SystemDateTime
- witnessemail
- Type: SystemString
- createindex
- Type: SystemBoolean
- err
- Type: SystemString
Return Value
Type:
Int64
See Also