DmContentObject
The DmContentObject class represents a content object within a document management system, including details such as length, MIME type, status, and associated objects.
Properties
| Name | Description |
|---|---|
| CachedData | The cached binary data of the content object, stored temporarily for faster access. |
| Status | The DMContentStatus enum defines the possible states of a document management content item, indicating whether it has been modified, created, edited, or deleted. This enumeration is used to track changes to document content throughout its lifecycle in the document management system. |
| Length | The size of the content object in bytes. |
| MimeType | The MIME type of the content, specifying its format (e.g., application/pdf or image/png). |
| IsUploaded | Indicates whether the content has been successfully uploaded to the system. |
| Object | The DmObject instance associated with this content object. |
| IsDefault | Indicates whether this content object is marked as the default. |