CustomAction Constructor

Definition

Creates a new CustomAction. This constructor is only public to allow using this class in code testing

public CustomAction (string id, string name, System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string,string>> properties);
new Microsoft.InformationProtection.Policy.Actions.CustomAction : string * string * System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string, string>> -> Microsoft.InformationProtection.Policy.Actions.CustomAction
Public Sub New (id As String, name As String, properties As List(Of KeyValuePair(Of String, String)))

Parameters

id
String

The id of the action

name
String

The name of the action

Applies to