Microsoft Information Protection SDK - C++ 1.17
API Reference Documentation for C++
Loading...
Searching...
No Matches
RemoveContentFooterAction Class Referenceabstract

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

#include <remove_content_footer_action.h>

Inheritance diagram for RemoveContentFooterAction:
Action

Public Member Functions

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.
 
- Public Member Functions inherited from Action
virtual ActionType GetType () const =0
 Get the type of Action.
 

Detailed Description

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

Member Function Documentation

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