Skip to main content

SetAsDefaultContentRequest

Represents a request to set a specific content version as the default version in the document management system.

This class encapsulates the security information required to set 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.
ObjectSecretKeyGets the encrypted secret key used for object security.
VersionSecretKeyGets the encrypted secret key for the version security.
DecryptedObjectSecretGets the decrypted object secret information.

Constructors

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