Enum UserRole

UserRole enumeration

OneNote user role

public enum UserRole

Values

NameValueDescription
None0User role is not specified
Reader1Reader represents read-only access to the notebook.
Contributor2Contributor represents read/write access to the notebook.
Owner3Owner represents owner-level access to the notebook.

See Also