RemoveWatermarkAction(String, List<String>) Constructor

Definition

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

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

Parameters

id
String

The id of the action

uiElementNames
List<String>

The UIElementNames

Applies to