Skip to main content

GetDMObjectSearchResponse

Represents a response containing document management object information along with search-specific details.

This class extends GetDMObjectResponse to include additional information specific to search results. It adds properties for search relevance scoring and highlighted search matches, providing context about how well the object matches the search criteria.

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.
DeletedByGets or sets information about the user who deleted the document management 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.
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.
VersionIdGets or sets the unique identifier of the object's version.
HighlightsGets or sets the list of highlighted text matches found in the document management object.
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.
ScoreGets or sets the relevance score of the document management object in search results.
ModifiedAtGets or sets the date and time when the document management object was last modified.
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
GetDMObjectSearchResponse()Initializes a new instance of the GetDMObjectSearchResponse class.
GetDMObjectSearchResponse()Initializes a new instance of the GetDMObjectSearchResponse class with default values.
GetDMObjectSearchResponse()Initializes a new instance of the GetDMObjectSearchResponse class.