public final class UICloudSharingPermissionOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
AllowPrivate
The user is allowed to share privately
|
static long |
AllowPublic
The user is allowed to share publicly
|
static long |
AllowReadOnly
The user is allowed to grant participants read-only permissions
|
static long |
AllowReadWrite
The user is allowed to grant participants read/write permissions
|
static long |
Standard
Allow the user to configure the share with the standard set of options
|
public static final long Standard
public static final long AllowPublic
public static final long AllowPrivate
public static final long AllowReadOnly
public static final long AllowReadWrite