public final class UserRole
extends 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.
|
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.
Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.