SensitivityLabelContentType

SensitivityLabelContentType enum

Represents the types of content marking that ought to be applied to a document.

enum class SensitivityLabelContentType

Values

NameValueDescription
None0Implies that the label is applied by default or automatically.
Header1Implies that the label was manually applied. Use for any sensitivity label that was directly applied by the user.
Footer2Implies that the label was manually applied. Use for any sensitivity label that was directly applied by the user.
Watermark4Implies that the label was manually applied. Use for any sensitivity label that was directly applied by the user.
Encryption8Implies that the label was manually applied. Use for any sensitivity label that was directly applied by the user.

See Also