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
Name | Description |
---|---|
ParentTrees | Gets or sets the hierarchical parent trees for document management objects. |
Properties | Gets or sets the property configurations for document management objects. |
Permissions | Gets or sets the permission settings for document management objects. |
Constructors
Name | Description |
---|---|
GetObjectsContextResponse() | Initializes a new instance of the GetObjectsContextResponse class. |