RDF2ELNImportLegacyExperiment Method |
Namespace:
Scilligence.MolEngine.Companion
Assembly:
Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntaxpublic long ImportLegacyExperiment(
long parentid,
long formid,
string fileno,
string filename,
string project,
string filexml,
string email,
DateTime created,
DateTime modified,
string status,
string audittrial,
DateTime closedate,
DateTime witnessdate,
string witnessemail,
bool createonly,
out string err
)
Parameters
- parentid
- Type: SystemInt64
- formid
- Type: SystemInt64
- fileno
- Type: SystemString
- filename
- Type: SystemString
- project
- Type: SystemString
- filexml
- 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
- createonly
- Type: SystemBoolean
- err
- Type: SystemString
Return Value
Type:
Int64
See Also