GetVersionListResponse
Represents a response containing a list of versions and branch status information in the document management system.
This class extends BaseResponse to provide version listing functionality. It contains a collection of version information along with a flag indicating the presence of any uncompleted branches. The class implements encryption verification for the version items to ensure secure data transmission.
Properties
Name | Description |
---|---|
HasUnCompletedBranch | Gets or sets whether there are any uncompleted branches for the object. |
Items | Gets or sets the list of version information responses. |
Constructors
Name | Description |
---|---|
GetVersionListResponse(items, hasUnCompletedBranch) | Initializes a new instance of the GetVersionListResponse class with version list and branch status. |
GetVersionListResponse() | Initializes a new instance of the GetVersionListResponse class. |