Aspose::Cells::Metas::SensitivityLabelCollection class

SensitivityLabelCollection class

Represents the list of sensitivity labels.

class SensitivityLabelCollection

Methods

MethodDescription
Add(const U16String& id, bool isEnabled, SensitivityLabelAssignmentType methodType, const U16String& siteId, SensitivityLabelMarkType markType)Adds a sensitivity label.
Add(const char16_t* id, bool isEnabled, SensitivityLabelAssignmentType methodType, const char16_t* siteId, SensitivityLabelMarkType markType)Adds a sensitivity label.
GetCount()
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const SensitivityLabelCollection& src)operator=
SensitivityLabelCollection()Default constructor.
SensitivityLabelCollection(SensitivityLabelCollection_Impl* impl)Constructs from an implementation object.
SensitivityLabelCollection(const SensitivityLabelCollection& src)Copy constructor.
~SensitivityLabelCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also