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

An enumeration describing restrictions on the domain of shared notebook instances that are valid for a given operation, as used, for example, in NotebookRestrictions. More...

Public Types

enum  type { ONLY_JOINED_OR_PREVIEW = 1, NO_SHARED_NOTEBOOKS = 2 }
 

Detailed Description

An enumeration describing restrictions on the domain of shared notebook instances that are valid for a given operation, as used, for example, in NotebookRestrictions.

ONLY_JOINED_OR_PREVIEW: The domain consists of shared notebooks that "belong" to the recipient or still available for preview by any recipient. Shared notebooks that the recipient has joined (the username has already been assigned to our user) are in the domain. Additionally, shared notebooks that allow preview and have not yet been joined are in the domain.

NO_SHARED_NOTEBOOKS: No shared notebooks are applicable to the operation.