RMS SDK for C++  0.2.1
A client library for using Microsoft RMS from Linux.
Static Public Member Functions | List of all members
rmscore::modernapi::EditableDocumentRights Class Reference

Rights that apply to editable documents. More...

#include <rights.h>

Static Public Member Functions

static const std::string Edit ()
 Gets a right that allows the protected content to be edited and saved to the same protected format.
 
static const std::string Export ()
 Gets a right that allows content to be extracted from a protected format and placed in a different AD RMS-protected format.
 
static const std::string Extract ()
 Gets a right that allows content to be extracted from a protected format and placed in an unprotected, or a different protected, format. Same value as EmailRights.Extract.
 
static const std::string Print ()
 Gets a right that allows protected content to be printed. Same value as EmailRights.Print.
 
static const std::string Comment ()
 Gets a right that allows the protected content to be commented on and saved to the same protected format.
 
static const std::vector< std::string > All ()
 Gets a collection of all the rights that apply to editable documents.
 

Detailed Description

Rights that apply to editable documents.


The documentation for this class was generated from the following file: