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.
|
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.
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.