Skip to main content

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

NameDescription
HasUnCompletedBranchGets or sets whether there are any uncompleted branches for the object.
ItemsGets or sets the list of version information responses.

Constructors

NameDescription
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.