Editar

Compartilhar via


ProtectByTemplateAction Constructors

Definition

Overloads

ProtectByTemplateAction(String, String)

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

ProtectByTemplateAction(String, String, String)

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

ProtectByTemplateAction(String, String)

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

public ProtectByTemplateAction (string id, string templateId);
new Microsoft.InformationProtection.Policy.Actions.ProtectByTemplateAction : string * string -> Microsoft.InformationProtection.Policy.Actions.ProtectByTemplateAction
Public Sub New (id As String, templateId As String)

Parameters

id
String

The id of the action

templateId
String

The TemplateId

Applies to

ProtectByTemplateAction(String, String, String)

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

public ProtectByTemplateAction (string id, string templateId, string doubleKeyUrl);
new Microsoft.InformationProtection.Policy.Actions.ProtectByTemplateAction : string * string * string -> Microsoft.InformationProtection.Policy.Actions.ProtectByTemplateAction
Public Sub New (id As String, templateId As String, doubleKeyUrl As String)

Parameters

id
String

The id of the action

templateId
String

The TemplateId

doubleKeyUrl
String

The DoubleKeyUrl

Applies to