Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
Loading...
Searching...
No Matches
AddDynamicWatermarkAction Class Referenceabstract

An action class that specifies adding watermark. More...

#include <src/api/mip/upe/add_dynamic_watermark_action.h>

+ Inheritance diagram for AddDynamicWatermarkAction:
+ Collaboration diagram for AddDynamicWatermarkAction:

Public Member Functions

virtual const std::shared_ptr< const DynamicWatermark > & GetDynamicWatermark () const =0
 Returns the dynamic watermark associated with this action request.
 
virtual ActionType GetType () const =0
 Get the type of Action.
 

Detailed Description

An action class that specifies adding watermark.

Definition at line 46 of file add_dynamic_watermark_action.h.

Member Function Documentation

◆ GetDynamicWatermark()

virtual const std::shared_ptr< const DynamicWatermark > & AddDynamicWatermarkAction::GetDynamicWatermark ( ) const
pure virtual

Returns the dynamic watermark associated with this action request.

Returns
The DynamicWatermark object

◆ GetType()

virtual ActionType Action::GetType ( ) const
pure virtualinherited

Get the type of Action.

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

The documentation for this class was generated from the following file: