Location: Symbol Reference > Classes > TJwSecurityAccessControlEntry Class > TJwSecurityAccessControlEntry Methods > TJwSecurityAccessControlEntry.GetClassAceType Method
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwSecurityAccessControlEntry.GetClassAceType Method
Pascal
class function GetClassAceType(const AceType: TJwAceType): TJwSecurityAccessControlEntryClass;
Parameters 
Description 
const AceType: TJwAceType 
defines the wished ace type. Supported types are
  • actAudit
  • actAuditCallback
  • actAuditObject
  • actAuditCallbackObject
  • actMandatory
  • actAllow
  • actAllowCallback
  • actAllowObject
  • actAllowCallbackObject
  • actDeny
  • actDenyCallback
  • actDenyObject
  • actDenyCallbackObject
 

GetClassAceType returns an ACE class type depending on the give ACE type. To create a class instance CreateACE can be used. 

 

Exceptions 
Description 
will be raised if the given ACE type is not supported. 
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!