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