add method
add(self, id, is_enabled, method_type, site_id, mark_type)
Adds a sensitivity label.
def add(self, id, is_enabled, method_type, site_id, mark_type):
...
Parameter | Type | Description |
---|---|---|
id | System.String | The id of the label. |
is_enabled | bool | Indicates whether this sensitivity label is enabled. |
method_type | aspose.cells.metas.SensitivityLabelAssignmentType | The assignment method type. |
site_id | System.String | The id of the site. |
mark_type | aspose.cells.metas.SensitivityLabelMarkType | The mark type. |
See Also
- module
aspose.cells.metas
- class
SensitivityLabelCollection