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
VersionGets or sets the formatted version string representation.
MinorGets or sets the suggested minor version number.
MajorGets or sets the suggested major version number.

Constructors

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