Microsoft Information Protection (MIP) SDK for C++: Reference 1.16
Doxygen-generated documentation for MIP SDK written in C++
|
Interface for configuring labeling options for the SetLabel/DeleteLabel methods. More...
#include <src/api/mip/file/labeling_options.h>
Public Member Functions | |
AssignmentMethod | GetAssignmentMethod () const |
const std::vector< std::pair< std::string, std::string > > & | GetExtendedProperties () const |
const std::string & | GetJustificationMessage () const |
bool | IsDowngradeJustified () const |
LabelingOptions (AssignmentMethod method) | |
void | SetDowngradeJustification (bool isDowngradeJustified, const std::string &justificationMessage) |
void | SetExtendedProperties (const std::vector< std::pair< std::string, std::string > > &extendedProperties) |
Private Attributes | |
AssignmentMethod | mAssignmentMethod |
std::vector< std::pair< std::string, std::string > > | mExtendedProperties |
bool | mIsDowngradeJustified |
std::string | mJustificationMessage |
Interface for configuring labeling options for the SetLabel/DeleteLabel methods.
Definition at line 42 of file labeling_options.h.
|
inline |
Definition at line 45 of file labeling_options.h.
|
inline |
Definition at line 50 of file labeling_options.h.
References mAssignmentMethod.
|
inline |
Definition at line 62 of file labeling_options.h.
References mExtendedProperties.
|
inline |
Definition at line 58 of file labeling_options.h.
References mJustificationMessage.
|
inline |
Definition at line 54 of file labeling_options.h.
References mIsDowngradeJustified.
|
inline |
Definition at line 66 of file labeling_options.h.
References mIsDowngradeJustified, and mJustificationMessage.
|
inline |
Definition at line 71 of file labeling_options.h.
References mExtendedProperties.
|
private |
Definition at line 76 of file labeling_options.h.
Referenced by GetAssignmentMethod().
|
private |
Definition at line 79 of file labeling_options.h.
Referenced by GetExtendedProperties(), and SetExtendedProperties().
|
private |
Definition at line 77 of file labeling_options.h.
Referenced by IsDowngradeJustified(), and SetDowngradeJustification().
|
private |
Definition at line 78 of file labeling_options.h.
Referenced by GetJustificationMessage(), and SetDowngradeJustification().