Click or drag to resize

clsImportFile Properties

The clsImportFile type exposes the following members.

Properties
  NameDescription
Public propertyContentBytes
Content of the file as a byte array
Public propertyCreateDate
Readonly info from the table, when the row has been stored
Public propertyDocDate
DocDate
Public propertyDocID
Key field on of the two tables
Public propertyDocumentType
Mandator: disginguish between a file and a picture. Will define the table to be used. See clsImportDocumenteDocumentType
Public propertyFileExtension
Document_type file extension .pdf or .gif. If empty it will be computed from the FileName
Public propertyFileLength
Read only from content
Public propertyFileName
filename without path, but with extension
Public propertyMimeType
mandatory: application/pdf
Public propertyPathName
Path to source file, qrquired, if byte array ContentBytes is null
Public propertyReadOnly
Readonly: always false
Public propertySourceClassID
Public propertyVersionID
Internal versionin of the same file
Top
See Also