Microsoft Information Protection SDK - C++ 1.17
API Reference Documentation for C++
|
Interface for configuring labeling options for the SetLabel/DeleteLabel methods. More...
#include <labeling_options.h>
Public Member Functions | |
LabelingOptions (AssignmentMethod method) | |
AssignmentMethod | GetAssignmentMethod () const |
bool | IsDowngradeJustified () const |
const std::string & | GetJustificationMessage () const |
const std::vector< std::pair< std::string, std::string > > & | GetExtendedProperties () const |
void | SetDowngradeJustification (bool isDowngradeJustified, const std::string &justificationMessage) |
void | SetExtendedProperties (const std::vector< std::pair< std::string, std::string > > &extendedProperties) |
Private Attributes | |
AssignmentMethod | mAssignmentMethod |
bool | mIsDowngradeJustified |
std::string | mJustificationMessage |
std::vector< std::pair< std::string, std::string > > | mExtendedProperties |
Interface for configuring labeling options for the SetLabel/DeleteLabel methods.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |