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

An action class that specifies removing the content footer from the document. More...

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

+ Inheritance diagram for RemoveContentFooterAction:
+ Collaboration diagram for RemoveContentFooterAction:

Public Member Functions

virtual ActionType GetType () const =0
 Get the type of Action.
 
virtual const std::vector< std::string > & GetUIElementNames ()=0
 Gets a list of names that should be used to find the UI elements that should be removed.
 

Detailed Description

An action class that specifies removing the content footer from the document.

Definition at line 46 of file remove_content_footer_action.h.

Member Function Documentation

◆ 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.

◆ GetUIElementNames()

virtual const std::vector< std::string > & RemoveContentFooterAction::GetUIElementNames ( )
pure virtual

Gets a list of names that should be used to find the UI elements that should be removed.

Returns
a list of ui element names.

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