Skip to main content

GetObjectsContextResponse

Represents a response containing contextual information about document management objects including their hierarchies, permissions, and properties.

This class encapsulates comprehensive information about document management objects, organizing them by their IDs and providing associated parent hierarchies, permission settings, and object properties. It inherits from BaseResponse to provide common response functionality.

Properties

NameDescription
ParentTreesGets or sets the hierarchical parent trees for document management objects.
PropertiesGets or sets the property configurations for document management objects.
PermissionsGets or sets the permission settings for document management objects.

Constructors

NameDescription
GetObjectsContextResponse()Initializes a new instance of the GetObjectsContextResponse class.