Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
|
An Action that adds metadata information to the content. More...
#include <src/api/mip/upe/metadata_action.h>
Public Member Functions | |
virtual const std::vector< MetadataEntry > & | GetMetadataToAdd () const =0 |
Get the metadata name/value pairs that should be added to the content. | |
virtual const std::vector< std::string > & | GetMetadataToRemove () const =0 |
Get the list of names of metadata that should be removed from content. | |
virtual ActionType | GetType () const =0 |
Get the type of Action. | |
An Action that adds metadata information to the content.
Definition at line 48 of file metadata_action.h.
|
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.
|
pure virtualinherited |
Get the type of Action.