Skip to main content

UnsetAsDefaultContentRequest

Represents a request to remove the default status from a content version in the document management system.

This class encapsulates the security information required to unset a content version as the default. It uses encryption attributes to handle secure data and inherits from BaseRequest.

Properties

NameDescription
DecryptedVersionSecretGets the decrypted version secret information.
SecretKeyGets the encrypted secret key used for object security.
DecryptedSecretGets the decrypted object secret information.
VersionSecretKeyGets the encrypted secret key for the version security.

Constructors

NameDescription
UnsetAsDefaultContentRequest()Initializes a new instance of the UnsetAsDefaultContentRequest class.
UnsetAsDefaultContentRequest(secretKey, versionSecretKey)Initializes a new instance of the UnsetAsDefaultContentRequest class with the specified security keys.