GetDMContentObjectResponse
The GetDMContentObjectResponse class extends GetDMObjectResponse to provide additional properties specific to content objects in the document management system.
This class adds content-specific information to the base document management object response, including:
- Content status tracking
- MIME type information
- Content length and upload status
- Default content designation
Properties
| Name | Description |
|---|---|
| DecryptedObjectSecret | Gets the decrypted secret information for the document management object. |
| Status | Gets or sets the current status of the content object. |
| Length | Gets or sets the size of the content in bytes. |
| Id | Gets or sets the unique identifier of the document management object. |
| DeletedBy | Gets or sets information about the user who deleted the document management object. |
| Tags | Gets or sets the list of tags associated with the document management object. |
| MimeType | Gets or sets the MIME type of the content. |
| ModifiedBy | Gets or sets information about the user who last modified the document management object. |
| Type | Gets or sets the type of the document management object. |
| VersionId | Gets or sets the unique identifier of the object's version. |
| SecretKey | Gets or sets the encrypted secret key for the document management object. |
| Version | Gets or sets the version identifier string of the document management object. |
| Name | Gets or sets the multilingual names of the document management object. |
| OriginType | Gets or sets the original type of the document management object. |
| CommitId | Gets or sets the commit identifier for the document management object version. |
| IsUploaded | Gets or sets whether the content has been successfully uploaded to the system. |
| VersionSecretKey | Gets or sets the encrypted secret key for the version of the document management object. |
| ExistThumbnail | Gets or sets whether a thumbnail exists for the document management object. |
| Description | Gets or sets the multilingual descriptions of the document management object. |
| VersionDate | Gets or sets the date and time when this version of the document management object was created. |
| MetaDataFieldsValues | Gets or sets the list of metadata field values associated with the document management object. |
| ModifiedAt | Gets or sets the date and time when the document management object was last modified. |
| ReasonForDeleting | Gets or sets the reason provided for deleting the document management object. |
| ParentBreadCrumb | Gets or sets the breadcrumb path to the parent of the document management object. |
| TokenId | Gets or sets the token identifier used for security purposes. |
| IsBranch | Gets or sets whether the document management object is a branch version. |
| DeletedAt | Gets or sets the date and time when the document management object was deleted. |
| CreatedAt | Gets or sets the date and time when the document management object was created. |
| CreatedBy | Gets or sets information about the user who created the document management object. |
| IsDefault | Gets or sets whether this content is the default content for its parent object. |
| DecryptedVersionSecret | Gets the decrypted secret information for the version of the document management object. |
Constructors
| Name | Description |
|---|---|
| GetDMContentObjectResponse() | Initializes a new instance of the GetDMContentObjectResponse class. |
| GetDMContentObjectResponse() | Initializes a new instance of the GetDMContentObjectResponse class with default values. |
| GetDMContentObjectResponse() | Initializes a new instance of the GetDMContentObjectResponse class with default values. |