public final class UserRole
extends com.aspose.ms.System.Enum
OneNote user role
Modifier and Type | Field and Description |
---|---|
static int |
Contributor
Contributor represents read/write access to the notebook.
|
static int |
None
User role is not specified
|
static int |
Owner
Owner represents owner-level access to the notebook.
|
static int |
Reader
Reader represents read-only access to the notebook.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int None
User role is not specified
public static final int Reader
Reader represents read-only access to the notebook.
public static final int Contributor
Contributor represents read/write access to the notebook.
public static final int Owner
Owner represents owner-level access to the notebook.