Aspose::Cells::Metas::SensitivityLabel class

SensitivityLabel class

Represents the sensitivity label.

class SensitivityLabel

Methods

MethodDescription
GetAssignmentType()Gets and sets the assignment method for the sensitivity label.
GetContentMarkType()Gets and sets the types of content marking that ought to be applied to a file.
GetId()Gets and sets the id of sensitivity label.
GetSiteId()Represents the Azure Active Directory (Azure AD) site identifier corresponding to the sensitivity label policy which describes the sensitivity label.
IsEnabled()Indicates whether the sensitivity label is enabled.
IsNull() constChecks whether the implementation object is nullptr.
IsRemoved()Indicates whether the sensitivity label was removed.
explicit operator bool() constoperator bool()
operator=(const SensitivityLabel& src)operator=
SensitivityLabel(SensitivityLabel_Impl* impl)Constructs from an implementation object.
SensitivityLabel(const SensitivityLabel& src)Copy constructor.
SetAssignmentType(SensitivityLabelAssignmentType value)Gets and sets the assignment method for the sensitivity label.
SetContentMarkType(SensitivityLabelMarkType value)Gets and sets the types of content marking that ought to be applied to a file.
SetId(const U16String& value)Gets and sets the id of sensitivity label.
SetId(const char16_t* value)Gets and sets the id of sensitivity label.
SetIsEnabled(bool value)Indicates whether the sensitivity label is enabled.
SetIsRemoved(bool value)Indicates whether the sensitivity label was removed.
SetSiteId(const U16String& value)Represents the Azure Active Directory (Azure AD) site identifier corresponding to the sensitivity label policy which describes the sensitivity label.
SetSiteId(const char16_t* value)Represents the Azure Active Directory (Azure AD) site identifier corresponding to the sensitivity label policy which describes the sensitivity label.
~SensitivityLabel()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also