ProtectByTemplateAction Constructors
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.
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