Skip to content

Latest commit

 

History

History
executable file
·
32 lines (23 loc) · 1.06 KB

class_mip_removewatermarkaction.md

File metadata and controls

executable file
·
32 lines (23 loc) · 1.06 KB
title description author ms.service ms.topic ms.author ms.date
class RemoveWatermarkAction
Documents the removewatermarkaction::undefined class of the Microsoft Information Protection (MIP) SDK.
msmbaldwin
information-protection
reference
mbaldwin
11/15/2021

class RemoveWatermarkAction

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

Summary

Members Descriptions
public const std::vector<std::string>& GetUIElementNames() Gets a list of names that should be used to find the UI elements that should be removed.
public ActionType GetType() const Get the type of Action.

Members

GetUIElementNames function

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

Returns: A list of ui element names.

GetType function

Get the type of Action.

Returns: ActionType The type of derived action this base class can be cast to.o.