33#ifndef API_MIP_UPE_PROTECT_BY_TEMPLATE_ACTION_H_
34#define API_MIP_UPE_PROTECT_BY_TEMPLATE_ACTION_H_
53 virtual bool IsDoubleKey(std::string& doubleKeyUrl)
const = 0;
A file containing the Action base class and the ActionType enumerator.
Interface for an action. Each action translates to a step that needs to be taken by the application t...
Definition action.h:93
An action class that specifies adding protection by template to the document.
Definition protect_by_template_action.h:45
virtual const std::string & GetTemplateId() const =0
Get the protection template ID associated with the action.
virtual bool IsDoubleKey(std::string &doubleKeyUrl) const =0