SensitivityLabelCollection class

SensitivityLabelCollection class

Represents a collection of sensitivity labels applied to the document.

The SensitivityLabelCollection type exposes the following members:

Properties

PropertyDescription
countReturns the number of elements in the collection.
Read-only int.

Returns the sensitivity label by index.

Indexer

NameDescription
[index]

Methods

MethodDescription
add(self, id, site_id, is_enabled, method_type)
add(self, label)Adds a SensitivityLabel to the collection.
remove_at(self, index)Removes the sensitivity label at the specified index.
clear(self)Removes all elements from the collection.
copy_to(self, array, index)Copies all elements from the collection to the specified array.

See Also