Skip to main content

GetVersionSuggestionResponse

Represents a response containing suggested version numbering for a new version in the document management system.

This class extends BaseResponse to provide version numbering suggestions. It contains both the individual major and minor version numbers, as well as a formatted version string representation. The class helps maintain consistent version numbering patterns across the document management system.

Properties

NameDescription
MajorGets or sets the suggested major version number.
VersionGets or sets the formatted version string representation.
MinorGets or sets the suggested minor version number.

Constructors

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