IPolicyEngine.IsLabelingRequired Method

Definition

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.

Applies to