Click or drag to resize
WebCrmDocumentData Properties

The WebCrmDocumentData type exposes the following members.

Properties
  NameDescription
Public propertyCreatedAt
Gets or sets creation time.
Public propertyCreatedBy
Gets or sets name of the user who created the document record.
Public propertyDescription
Gets or sets document description.
Public propertyFileCode
Gets or sets actual file name of the document used for storing it on the webCRM server.
Public propertyFileExtension
Gets or sets file extension of the document.
Public propertyFileName
Gets or sets file name of the document.
Public propertyFileSize
Gets or sets file size of the document.
Public propertyFolder
Gets or sets document folder.
Public propertyID
Gets or sets document ID.
Public propertyIsAllowedAsAttachment
Gets or sets flag indicating whether the document is allowed as attachment.
Public propertyLanguageCode
Gets or sets language.
Public propertyLastUpdatedAt
Gets or sets time of the latest update.
Public propertyLastUpdatedBy
Gets or sets name of the user who updated the document the last time.
Public propertyLinkedEntityId
Gets or sets webCRM entity that the document shold be linked with.
Public propertyLinkedEntityType
Gets or sets webCRM entity type that the document shold be linked with.
Public propertyOrganisationId
Gets or sets organisation that the document shold be linked with.
Public propertyTerritory
Gets or sets territory.
Public propertyUploadCount
Gets or sets number of uploads made for the document.
Public propertyUploadedAt
Gets or sets date of the last file upload.
Public propertyUserGroup
Gets or sets user group.
Public propertyUserId
Gets or sets a specific single user which should be able to access the document.
Top
See Also