| AclItemInfoProviderGetAclItemsInternal Method | 
            Returns DataSet containing all ACL items related to the specified ACL and user.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
 Syntax
Syntaxprotected virtual DataSet GetAclItemsInternal(
	int aclId,
	int siteId,
	UserInfo userInfo
)
Parameters
- aclId
- Type: SystemInt32
 ACLID value
- siteId
- Type: SystemInt32
 Site ID
- userInfo
- Type: CMS.MembershipUserInfo
 UserInfo instance
Return Value
Type: 
DataSet See Also
See Also