IPolicyHandler.ComputeActions(ExecutionState) Method

Definition

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

public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.InformationProtection.Policy.Actions.Action> ComputeActions (Microsoft.InformationProtection.Policy.ExecutionState state);
abstract member ComputeActions : Microsoft.InformationProtection.Policy.ExecutionState -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.InformationProtection.Policy.Actions.Action>
Public Function ComputeActions (state As ExecutionState) As ReadOnlyCollection(Of Action)

Parameters

state
ExecutionState

The current execution state of the content the rules are running on.

Returns

list of actions that should be applied on the content.

Applies to