clsImportDocument Properties |
The clsImportDocument type exposes the following members.
| Name | Description | |
|---|---|---|
| ByteData | To upload a file as a byte array without physical file path | |
| ByteDataMIMEType | The mime type will be set automatically, by extension from FileNameAndPath. Please set this field, when data is delivered as byte array in ByteData.
| |
| DataClassID |
Type of the data (internal ClassID) See clsImportBase.eCoreDataClassID. Not for all dimensions document can be linked. See Folder definition in the settings of MARIProejct.
| |
| DataKey |
Key of the data (Projectnumber,ContractID etc.)
| |
| DateTime | (readonly) Date of primary creation | |
| DMSDocumentID | DMSDocumentID Internal Key in the DMS System | |
| DocumentID | (readonly) Internal Document of the picture or document in the Sub Tables | |
| DocumentType |
Picture or document: eDocumentType.
| |
| FileNameAndPath |
Path of the file, where MARIIntercace can directly access the source file.
| |
| FolderID |
FolderId of the folder definition for the given dimension DataClassID . SELECT GroupID FROM MARIFolderDocumentsGroups
This property can be used instead of the property FolderName | |
| FolderName |
FolderName in the dimension. If no Folder Name given, the first tab in the folders is used. SELECT [Description] AS FolderName, ClassID, GroupID FROM MARIFolderDocumentsGroups
This property can be used instead of the property FolderID | |
| LinkToUploadedDocument | ID of the existing document: Load as reference to the access ID. In Memory, the real ID from the table will be used. | |
| LinkType |
Mandatory selection for the file handling: eLinkType | |
| Memo | Memo of the document. Also Text for the Note variant | |
| Title |
Title of the document
|