IFileHandler.ClassifyAsync Method

Definition

Executes the rules in the engine based on the provided state and returns the list of actions to be executed.

public System.Threading.Tasks.Task<System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.InformationProtection.Policy.Actions.Action>> ClassifyAsync ();
abstract member ClassifyAsync : unit -> System.Threading.Tasks.Task<System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.InformationProtection.Policy.Actions.Action>>
Public Function ClassifyAsync () As Task(Of ReadOnlyCollection(Of Action))

Returns

list of automatic and recommended actions that should be applied on the content.

Applies to