Microsoft Information Protection SDK - C++ 1.17
API Reference Documentation for C++
Loading...
Searching...
No Matches
LicenseDescriptor Class Referenceabstract

The descriptor from a license. More...

#include <license_descriptor.h>

Public Member Functions

virtual const std::string & GetId () const =0
 Gets the Id.
 
virtual const std::vector< std::shared_ptr< LicenseNameAndDescriptionItem > > & GetDescriptorItems () const =0
 Gets the descriptor items.
 

Detailed Description

The descriptor from a license.

Member Function Documentation

◆ GetDescriptorItems()

virtual const std::vector< std::shared_ptr< LicenseNameAndDescriptionItem > > & LicenseDescriptor::GetDescriptorItems ( ) const
pure virtual

Gets the descriptor items.

Returns
The descriptor items

◆ GetId()

virtual const std::string & LicenseDescriptor::GetId ( ) const
pure virtual

Gets the Id.

Returns
The Id

The documentation for this class was generated from the following file: