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
SecretKeyGets the encrypted secret key used for object security.
VersionSecretKeyGets the encrypted secret key for the version security.
DecryptedSecretGets the decrypted object secret information.
DecryptedVersionSecretGets the decrypted version secret information.

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.