DocumentSecurityHelperIsUserAuthorizedPerContent Method |
Determines whether current user is authorized to access Content module.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax 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:
BooleanSee Also