MetadataAction 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
MetadataAction(String, List<String>, List<MetadataEntry>) |
Creates a new MetadataAction. This constructor is only public to allow using this class in code testing |
MetadataAction(String, List<String>, List<MetadataEntry>) |
Creates a new MetadataAction. This constructor is only public to allow using this class in code testing |
MetadataAction(String, List<String>, List<MetadataEntry>)
Creates a new MetadataAction. This constructor is only public to allow using this class in code testing
public MetadataAction (string id, System.Collections.Generic.List<string> metadataToRemove, System.Collections.Generic.List<Microsoft.InformationProtection.MetadataEntry> metadataToAdd);
new Microsoft.InformationProtection.Policy.Actions.MetadataAction : string * System.Collections.Generic.List<string> * System.Collections.Generic.List<Microsoft.InformationProtection.MetadataEntry> -> Microsoft.InformationProtection.Policy.Actions.MetadataAction
Public Sub New (id As String, metadataToRemove As List(Of String), metadataToAdd As List(Of MetadataEntry))
Parameters
- id
- String
The id of the action
The MetadataToRemove
- metadataToAdd
- List<MetadataEntry>
The MetadataToAdd
Applies to
MetadataAction(String, List<String>, List<MetadataEntry>)
Creates a new MetadataAction. This constructor is only public to allow using this class in code testing
public MetadataAction (string id, System.Collections.Generic.List<string> metadataToRemove, System.Collections.Generic.List<Microsoft.InformationProtection.Policy.MetadataEntry> metadataToAdd);
new Microsoft.InformationProtection.Policy.Actions.MetadataAction : string * System.Collections.Generic.List<string> * System.Collections.Generic.List<Microsoft.InformationProtection.Policy.MetadataEntry> -> Microsoft.InformationProtection.Policy.Actions.MetadataAction
Public Sub New (id As String, metadataToRemove As List(Of String), metadataToAdd As List(Of MetadataEntry))
Parameters
- id
- String
The id of the action
The MetadataToRemove
- metadataToAdd
- List<MetadataEntry>
The MetadataToAdd