Microsoft Information Protection SDK - C++ 1.17
API Reference Documentation for C++
|
Representation of the dynamic watermark which the admin has configured for a label. More...
#include <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}. 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. | |
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.
|
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.