|
Microsoft Information Protection SDK - C++ 1.17
API Reference Documentation for C++
|
The directory object and rights associated with it. More...
#include <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. | |
Private Attributes | |
| DirectoryObject | mDirectoryObject |
| std::vector< std::string > | mRights |
The directory object and rights associated with it.
|
inline |
DirectoryObjectRights constructor.
| directoryObject | The directory object |
| rights | Rights associated with the directory object |
|
inline |
Gets directory object.
|
inline |
Gets rights associated with the directory object.
|
private |
|
private |