| title | class ApplyLabelAction |
|---|---|
| description | Documents the applylabelaction::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 |
Apply label actions requires the calling application to apply a specific label.
| Members | Descriptions |
|---|---|
| public const std::shared_ptr<Label>& GetLabel() const | Get the label required. |
| public const std::vector<std::string>& GetClassificationIds() const | Get the Classification IDs that matched and caused this label to appear. |
Get the label required.
Returns: The label.
Get the Classification IDs that matched and caused this label to appear.
Returns: Const std::vector<std::string>& a list of classification IDs that caused this label to appear.