Click or drag to resize

clsImportDocument Properties

The clsImportDocument type exposes the following members.

Properties
  NameDescription
Public propertyByteData
To upload a file as a byte array without physical file path
Public propertyByteDataMIMEType
The mime type will be set automatically, by extension from FileNameAndPath. Please set this field, when data is delivered as byte array in ByteData.
  • application/msg
  • application/msword
  • application/octet-stream
  • ...
Public propertyDataClassID
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.
Public propertyDataKey
Key of the data (Projectnumber,ContractID etc.)
Public propertyDateTime
(readonly) Date of primary creation
Public propertyDMSDocumentID
DMSDocumentID Internal Key in the DMS System
Public propertyDocumentID
(readonly) Internal Document of the picture or document in the Sub Tables
Public propertyDocumentType
Picture or document: eDocumentType.
Public propertyFileNameAndPath
Path of the file, where MARIIntercace can directly access the source file.
Public propertyFolderID
FolderId of the folder definition for the given dimension DataClassID . SELECT GroupID FROM MARIFolderDocumentsGroups

This property can be used instead of the property FolderName

Public propertyFolderName
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

Public propertyLinkToUploadedDocument
ID of the existing document: Load as reference to the access ID. In Memory, the real ID from the table will be used.
Public propertyLinkType
Mandatory selection for the file handling: eLinkType
Public propertyMemo
Memo of the document. Also Text for the Note variant
Public propertyTitle
Title of the document
Top
See Also