Skip to main content

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

NameDescription
DecryptedVersionSecretGets the decrypted secret information for the version of the document management object.
SecretKeyGets or sets the encrypted secret key for the document management object.
IdGets or sets the unique identifier of the document management object.
TagsGets or sets the list of tags associated with the document management object.
DeletedAtGets or sets the date and time when the document management object was deleted.
MimeTypeGets or sets the MIME type of the content.
DeletedByGets or sets information about the user who deleted the document management object.
IsDefaultGets or sets whether this content is the default content for its parent object.
TokenIdGets or sets the token identifier used for security purposes.
MetaDataFieldsValuesGets or sets the list of metadata field values associated with the document management object.
VersionGets or sets the version identifier string of the document management object.
LengthGets or sets the size of the content in bytes.
VersionSecretKeyGets or sets the encrypted secret key for the version of the document management object.
OriginTypeGets or sets the original type of the document management object.
ModifiedByGets or sets information about the user who last modified the document management object.
DescriptionGets or sets the multilingual descriptions of the document management object.
TypeGets or sets the type of the document management object.
NameGets or sets the multilingual names of the document management object.
DecryptedObjectSecretGets the decrypted secret information for the document management object.
ParentBreadCrumbGets or sets the breadcrumb path to the parent of the document management object.
StatusGets or sets the current status of the content object.
VersionIdGets or sets the unique identifier of the object's version.
CreatedAtGets or sets the date and time when the document management object was created.
IsBranchGets or sets whether the document management object is a branch version.
CreatedByGets or sets information about the user who created the document management object.
ModifiedAtGets or sets the date and time when the document management object was last modified.
IsUploadedGets or sets whether the content has been successfully uploaded to the system.
ReasonForDeletingGets or sets the reason provided for deleting the document management object.
CommitIdGets or sets the commit identifier for the document management object version.
ExistThumbnailGets or sets whether a thumbnail exists for the document management object.
VersionDateGets or sets the date and time when this version of the document management object was created.

Constructors

NameDescription
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.