SensitivityLabelContentType

SensitivityLabelContentType enumeration

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

public enum 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