Microsoft Information Protection SDK - C++ 1.17
API Reference Documentation for C++
|
An Action that adds metadata information to the content. More...
#include <metadata_action.h>
Public Member Functions | |
virtual const std::vector< std::string > & | GetMetadataToRemove () const =0 |
Get the list of names of metadata that should be removed from content. | |
virtual const std::vector< MetadataEntry > & | GetMetadataToAdd () const =0 |
Get the metadata name/value pairs that should be added to the content. | |
![]() | |
virtual ActionType | GetType () const =0 |
Get the type of Action. | |
An Action that adds metadata information to the content.
|
pure virtual |
Get the metadata name/value pairs that should be added to the content.
|
pure virtual |
Get the list of names of metadata that should be removed from content.