IPolicyEngine.IsLabelingRequired Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
IsLabelingRequired(String) |
Checks whether or not the policy dictates that a document must be labeled. |
IsLabelingRequired |
Checks whether or not the policy dictates that a document must be labeled. |
IsLabelingRequired(String)
Checks whether or not the policy dictates that a document must be labeled.
public bool IsLabelingRequired (string contentFormat = "");
abstract member IsLabelingRequired : string -> bool
Public Function IsLabelingRequired (Optional contentFormat As String = "") As Boolean
Parameters
- contentFormat
- String
a string representing the format such as "file", "email" etc
Returns
True if labeling is mandatory according to the provided contentFormat, else false.
Applies to
IsLabelingRequired
Checks whether or not the policy dictates that a document must be labeled.
public bool IsLabelingRequired { get; }
member this.IsLabelingRequired : bool
Public ReadOnly Property IsLabelingRequired As Boolean
Returns
True if labelling is mandatory, else false.