IFileHandler.ClassifyAsync 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.
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.