Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.63 KB

File metadata and controls

52 lines (36 loc) · 1.63 KB
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

class LabelingOptions

Interface for configuring labeling options for the SetLabel/DeleteLabel methods.

Summary

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.

Members

LabelingOptions function

Not documented yet.

GetAssignmentMethod function

Not documented yet.

IsDowngradeJustified function

Not documented yet.

GetJustificationMessage function

Not documented yet.

GetExtendedProperties function

Not documented yet.

SetDowngradeJustification function

Not documented yet.

SetExtendedProperties function

Not documented yet.