Skip to main content

GetObjectsContextResponse Properties

An object defining properties for the GetObjectsContextResponse class.

ParentTrees

Gets or sets the hierarchical parent trees for document management objects.

Type: Dictionary<long, List<GetDMObjectResponse>>

This property contains a dictionary mapping object IDs to their respective parent hierarchies. Each hierarchy is represented as a list of GetDMObjectResponse objects, describing the path from the root to the object. The property is decorated with [CheckRequestEncryption] to ensure secure handling of sensitive data.


Properties

Gets or sets the property configurations for document management objects.

Type: Dictionary<long, ObjectProperties>

This property contains a dictionary mapping object IDs to their corresponding property configurations. Each ObjectProperties instance defines the characteristics and metadata associated with a specific document management object.


Permissions

Gets or sets the permission settings for document management objects.

Type: Dictionary<long, ObjectPermission>

This property contains a dictionary mapping object IDs to their corresponding permission settings. Each ObjectPermission instance defines the access rights and restrictions for a specific document management object.