public final class AclScopeType
extends com.aspose.ms.System.Enum
The type of the ACL scope.
Modifier and Type | Field and Description |
---|---|
static int |
Default
The public scope.
|
static int |
domain
Limits the scope to a domain.
|
static int |
group
Limits the scope to a group.
|
static int |
user
Limits the scope to a single user.
|
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 Default
The public scope. This is the default value.
public static final int user
Limits the scope to a single user.
public static final int group
Limits the scope to a group.
public static final int domain
Limits the scope to a domain.