Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
|
The directory object and rights associated with it. More...
#include <src/api/mip/protection/license_rights_data.h>
Public Member Functions | |
DirectoryObjectRights (const DirectoryObject &directoryObject, const std::vector< std::string > &rights) | |
DirectoryObjectRights constructor. | |
const DirectoryObject & | GetDirectoryObject () const |
Gets directory object. | |
const std::vector< std::string > & | GetRights () const |
Gets rights associated with the directory object. | |
The directory object and rights associated with it.
Definition at line 110 of file license_rights_data.h.
|
inline |
DirectoryObjectRights constructor.
directoryObject | The directory object |
rights | Rights associated with the directory object |
Definition at line 118 of file license_rights_data.h.
|
inline |
Gets directory object.
Definition at line 126 of file license_rights_data.h.
|
inline |
Gets rights associated with the directory object.
Definition at line 133 of file license_rights_data.h.