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

Interface for an action. More...

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

+ Inheritance diagram for Action:

Public Member Functions

virtual ActionType GetType () const =0
 Get the type of Action.
 

Detailed Description

Interface for an action.

Each action translates to a step that needs to be taken by the application to apply the label (as defined in the policy)

Definition at line 93 of file action.h.

Member Function Documentation

◆ GetType()

virtual ActionType Action::GetType ( ) const
pure virtual

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: