Microsoft Information Protection SDK - C++ 1.17
API Reference Documentation for C++
Loading...
Searching...
No Matches
roles Namespace Reference

Functions

std::string Viewer ()
 Gets string identifier for 'viewer' role.
 
std::string Reviewer ()
 Gets string identifier for 'reviewer' role.
 
std::string Author ()
 Gets string identifier for 'author' role.
 
std::string CoOwner ()
 Gets string identifier for 'co-owner' role.
 

Function Documentation

◆ Author()

std::string roles::Author ( )
inline

Gets string identifier for 'author' role.

Returns
String identifier for 'author' role
Note
An author can view, edit, copy, and print the content.

◆ CoOwner()

std::string roles::CoOwner ( )
inline

Gets string identifier for 'co-owner' role.

Returns
String identifier for 'co-owner' role
Note
A co-owner has all permissions

◆ Reviewer()

std::string roles::Reviewer ( )
inline

Gets string identifier for 'reviewer' role.

Returns
String identifier for 'reviewer' role
Note
A reviewer can view and edit the content. They cannot copy, or print it.

◆ Viewer()

std::string roles::Viewer ( )
inline

Gets string identifier for 'viewer' role.

Returns
String identifier for 'viewer' role
Note
A viewer can only view the content. They cannot edit, copy, or print it.