TreeSecurityProviderHasUserCultureAllowed Method |
Indicates if user has allowed specified culture.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public static bool HasUserCultureAllowed(
NodePermissionsEnum permission,
string cultureCode,
UserInfo user,
string siteName
)
Parameters
- permission
- Type: CMS.DocumentEngineNodePermissionsEnum
Permission - cultureCode
- Type: SystemString
Culture code - user
- Type: CMS.MembershipUserInfo
User info - siteName
- Type: SystemString
Site name
Return Value
Type:
BooleanSee Also