Skip to main content

GetVersionSuggestionRequest

Represents a request to get version number suggestions for a new version in the document management system.

This class extends BaseRequest to handle version number suggestion requests. It manages security through encrypted/decrypted keys for the object and implements secure access patterns to ensure proper authorization when retrieving version suggestions.

Properties

NameDescription
SecretKeyGets the encrypted secret key for the object requiring version suggestions.
DecryptedObjectSecretGets the decrypted secret information for the object requiring version suggestions.

Constructors

NameDescription
GetVersionSuggestionRequest(secretKey)Initializes a new instance of the GetVersionSuggestionRequest class with security information.
GetVersionSuggestionRequest()Initializes a new instance of the GetVersionSuggestionRequest class.