Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
|
Representation of the dynamic watermark which the admin has configured for a label. More...
#include <src/api/mip/dynamic_watermark.h>
Public Member Functions | |
virtual const std::string & | GetFormatString () const =0 |
Gets the raw formatted string the admin has configured, which may include variables such as ${Consumer.PrincipalName}. | |
virtual std::string | GetText () const =0 |
Gets the text which will be displayed to the end user by replacing the variables in the format string. | |
Representation of the dynamic watermark which the admin has configured for a label.
Definition at line 45 of file dynamic_watermark.h.
|
pure virtual |
Gets the raw formatted string the admin has configured, which may include variables such as ${Consumer.PrincipalName}.
This string can be populated from the label in the protection flow or it can be populated from the use license in the consumption flow.
|
pure virtual |
Gets the text which will be displayed to the end user by replacing the variables in the format string.