Click or drag to resize
TreeSecurityProviderHasUserCultureAllowed Method
Indicates if user has allowed specified culture.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
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: Boolean
See Also