Click or drag to resize
DocumentSecurityHelperIsUserAuthorizedPerContent Method
Determines whether current user is authorized to access Content module.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static bool IsUserAuthorizedPerContent(
	string siteName,
	UserInfo user
)

Parameters

siteName
Type: SystemString
Site name to check
user
Type: CMS.MembershipUserInfo
User info

Return Value

Type: Boolean
See Also