Skip to main content

DmContentObject Properties

An object defining properties for the DmContentObject class.

MimeType

The MIME type of the content, specifying its format (e.g., application/pdf or image/png).

Type: string


IsDefault

Indicates whether this content object is marked as the default.

Type: bool


CachedData

The cached binary data of the content object, stored temporarily for faster access.

Type: byte[]


Length

The size of the content object in bytes.

Type: long


Object

The DmObject instance associated with this content object.

Type: DmObject


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.

Type: DMContentStatus
Accepted Values:

NameValue
NotChanged0
Created1
Edited2
Deleted3

IsUploaded

Indicates whether the content has been successfully uploaded to the system.

Type: bool