Location: Symbol Reference > Structs, Records, Enums > TJwACLProtection Enumeration
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwACLProtection Enumeration
Pascal
TJwACLProtection = (
  aclpUnprotected,
  aclpProtected,
  aclpForceUnprotect
);
Members 
Description 
aclpUnprotected 
The acl is not protected and can contain inherited ace. This flag is only for reading purpose. Use aclpForceUnprotect to actually unprotect an acl. 
aclpProtected 
The acl is protected or can be made protected against inherited ace. If made protected all access control elements are converted to explicit ones. 
aclpForceUnprotect 
This flag unprotects a protected acl and restores inheritance flow. If explicit ace element are available they will remain intact. However duplicate elements are ignored and remain in the ACL. 

TJwACLProtection control the protection of an acl.

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!