|
JWSCL Documentation
|
procedure AddACEs(AclInstance: TJwSecurityAccessControlList; KeepOriginalOrder: Boolean = false); virtual;
|
Parameters |
Description |
|
AclInstance: TJwSecurityAccessControlList |
contains an access control list to be duplicated |
|
KeepOriginalOrder: Boolean = false |
defines whether the order of elements in AclInstance will be kept. In this case the list will be added at the top of the target list. This may disturb the canonical order of elements. If set to false, the elements are added into the target list using canonical order. |
AddACEs adds ACEs from another list to this one. The ACEs will be added using Add so the ACL order will be correct.
|
Exceptions |
Description |
|
will be raised if aObject is nil | |
|
will be raised if the classtype of this list instance is not the same of aObject |
|
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc. |
|
What do you think about this topic? Send feedback!
|