| title | class MetadataAction |
|---|---|
| description | Documents the metadataaction::undefined class of the Microsoft Information Protection (MIP) SDK. |
| author | msmbaldwin |
| ms.service | information-protection |
| ms.topic | reference |
| ms.author | mbaldwin |
| ms.date | 11/07/2023 |
An Action that adds metadata information to the content.
| Members | Descriptions |
|---|---|
| public const std::vector<std::string>& GetMetadataToRemove() const | Get the list of names of metadata that should be removed from content. |
| public const std::vector<MetadataEntry>& GetMetadataToAdd() const | Get the metadata name/value pairs that should be added to the content. |
Get the list of names of metadata that should be removed from content.
Returns: A vector of strings to remove. Removing metadata should be done before adding metadata.
Get the metadata name/value pairs that should be added to the content.
Returns: Const std::vector<MetadataEntry>& Removing metadata should be done before adding metadata.