SensitivityLabelContentType
Contents
[
Hide
]SensitivityLabelContentType class
Represents the types of content marking that ought to be applied to a document.
Constants
| Name | Value | Description |
|---|---|---|
| None | 0 | Implies that the label is applied by default or automatically. |
| Header | 1 | Implies that the label was manually applied. Use for any sensitivity label that was directly applied by the user. |
| Footer | 2 | Implies that the label was manually applied. Use for any sensitivity label that was directly applied by the user. |
| Watermark | 4 | Implies that the label was manually applied. Use for any sensitivity label that was directly applied by the user. |
| Encryption | 8 | Implies that the label was manually applied. Use for any sensitivity label that was directly applied by the user. |
None
Implies that the label is applied by default or automatically.
Header
Implies that the label was manually applied. Use for any sensitivity label that was directly applied by the user.
Footer
Implies that the label was manually applied. Use for any sensitivity label that was directly applied by the user.
Watermark
Implies that the label was manually applied. Use for any sensitivity label that was directly applied by the user.
Encryption
Implies that the label was manually applied. Use for any sensitivity label that was directly applied by the user.