MetadataAction Constructors

Definition

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

metadataToRemove
List<String>

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

metadataToRemove
List<String>

The MetadataToRemove

metadataToAdd
List<MetadataEntry>

The MetadataToAdd

Applies to