Edit

Excel.Interfaces.SensitivityLabelsCatalogData interface

An interface describing the data returned by calling sensitivityLabelsCatalog.toJSON().

Properties

getLabelingCapability

Gets whether the catalog of sensitivity labels is enabled in Excel.

Property Details

getLabelingCapability

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Gets whether the catalog of sensitivity labels is enabled in Excel.

getLabelingCapability?: Excel.LabelingCapability | "NoLicense" | "LabelingDisabled" | "LabelingPolicyNotFound" | "LabelingEnabled";

Property Value

Excel.LabelingCapability | "NoLicense" | "LabelingDisabled" | "LabelingPolicyNotFound" | "LabelingEnabled"

Remarks

API set: ExcelApi BETA (PREVIEW ONLY)