RemoveWatermarkAction Class

Definition

An action class which specifies removing the watermarking from the document.

public class RemoveWatermarkAction : Microsoft.InformationProtection.Policy.Actions.Action
type RemoveWatermarkAction = class
    inherit Action
Public Class RemoveWatermarkAction
Inherits Action
Inheritance
RemoveWatermarkAction

Constructors

RemoveWatermarkAction(String, List<String>)

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

Properties

ActionType

The type of derived action this base class can be cast to

(Inherited from Action)
Id

The id of the action

(Inherited from Action)
UIElementNames

The list of names that should be used to find the UI elements that should be removed.

Applies to