Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.07 KB

File metadata and controls

32 lines (23 loc) · 1.07 KB
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

class ApplyLabelAction

Apply label actions requires the calling application to apply a specific label.

Summary

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.

Members

GetLabel function

Get the label required.

Returns: The label.

GetClassificationIds function

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.