Microsoft Information Protection SDK - C++ 1.17
API Reference Documentation for C++
|
An action class that specifies adding protection by template to the document. More...
#include <protect_by_template_action.h>
Public Member Functions | |
virtual const std::string & | GetTemplateId () const =0 |
Get the protection template ID associated with the action. | |
virtual bool | IsDoubleKey (std::string &doubleKeyUrl) const =0 |
![]() | |
virtual ActionType | GetType () const =0 |
Get the type of Action. | |
An action class that specifies adding protection by template to the document.
|
pure virtual |
Get the protection template ID associated with the action.
|
pure virtual |