Microsoft Information Protection SDK - C++ 1.17
API Reference Documentation for C++
|
CustomAction is a generic action class that captures all the sub-properties of the action as a property bag. The caller is responsible to understand the meaning of the action. More...
#include <custom_action.h>
Public Member Functions | |
virtual const std::string & | GetName () const =0 |
Get action name. | |
virtual const std::vector< std::pair< std::string, std::string > > & | GetProperties () const =0 |
Get the properties key value pair list. | |
![]() | |
virtual ActionType | GetType () const =0 |
Get the type of Action. | |
CustomAction is a generic action class that captures all the sub-properties of the action as a property bag. The caller is responsible to understand the meaning of the action.
|
pure virtual |
Get action name.
|
pure virtual |
Get the properties key value pair list.