• ClassificationSchema
  • class Esri::ArcGISRuntime::ClassificationSchema

    Describes an organization's classification schema for controlling access to items that contain sensitive information. More...

    Header: #include <ClassificationSchema.h>
    Since: Esri::ArcGISRuntime 300.0
    Inherits: Esri::ArcGISRuntime::Object

    Public Functions

    virtual ~ClassificationSchema() override
    Esri::ArcGISRuntime::ClassificationMetadata *classificationMetadata() const

    Detailed Description

    An organization can define a classification schema consisting of one or more attributes (for example, "classification", "distribution"). Each attribute has a set of configurable properties in the portal (not all surfaced in this API) and lists the allowed values and display metadata (such as acronym or description). A single attribute may be designated as the primary attribute; only its values have color styling. The selected primary value is typically surfaced as a banner or badge.

    Member Function Documentation

    [override virtual noexcept] ClassificationSchema::~ClassificationSchema()

    Destructor.

    Esri::ArcGISRuntime::ClassificationMetadata *ClassificationSchema::classificationMetadata() const

    Returns information about the primary classification attribute in the schema.