QEverCloud  4.1.0
Unofficial Evernote Cloud API for Qt
Public Types | List of all members
qevercloud::SharedNotePrivilegeLevel Struct Reference

#include <types.h>

Public Types

enum  type { READ_NOTE = 0, MODIFY_NOTE = 1, FULL_ACCESS = 2 }
 

Detailed Description

Privilege levels for accessing a shared note. All privilege levels convey "activity feed" access, which allows the recipient to access information about other recipients and the activity stream.

READ_NOTE: Recipient has rights to read the shared note.

MODIFY_NOTE: Recipient has all of the rights of READ_NOTE, plus rights to modify the shared note's content, title and resources. Other fields, including the notebook, tags and metadata, may not be modified.

FULL_ACCESS: Recipient has all of the rights of MODIFY_NOTE, plus rights to share the note with other users via email, public note links, and note sharing. Recipient may also update and remove other recipient's note sharing rights.

Member Enumeration Documentation

◆ type

Enumerator
READ_NOTE 
MODIFY_NOTE 
FULL_ACCESS