| title | class LabelingOptions |
|---|---|
| description | Documents the labelingoptions::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 |
Interface for configuring labeling options for the SetLabel/DeleteLabel methods.
| Members | Descriptions |
|---|---|
| public LabelingOptions(AssignmentMethod method) | Not yet documented. |
| public AssignmentMethod GetAssignmentMethod() const | Not yet documented. |
| public bool IsDowngradeJustified() const | Not yet documented. |
| public const std::string& GetJustificationMessage() const | Not yet documented. |
| public const std::vector<std::pair<std::string, std::string>>& GetExtendedProperties() const | Not yet documented. |
| public void SetDowngradeJustification(bool isDowngradeJustified, const std::string& justificationMessage) | Not yet documented. |
| public void SetExtendedProperties(const std::vector<std::pair<std::string, std::string>>& extendedProperties) | Not yet documented. |
Not documented yet.
Not documented yet.
Not documented yet.
Not documented yet.
Not documented yet.
Not documented yet.
Not documented yet.