Action(String, ActionType) Constructor

Definition

Constructor for Action

protected Action (string id, Microsoft.InformationProtection.Policy.Actions.ActionType actionType);
new Microsoft.InformationProtection.Policy.Actions.Action : string * Microsoft.InformationProtection.Policy.Actions.ActionType -> Microsoft.InformationProtection.Policy.Actions.Action
Protected Sub New (id As String, actionType As ActionType)

Parameters

id
String

The id of the action

actionType
ActionType

The action type

Applies to