Click or drag to resize
AclItemInfoProviderGetAclItemsInternal Method (Int32, Int32, UserInfo)
Returns DataSet containing all ACL items related to the specified ACL and user.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected 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