Click or drag to resize
UserInfoIsAuthorizedPerMetaFile Method
Checks whether the user is authorized per meta file for given object type and permission.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public virtual bool IsAuthorizedPerMetaFile(
	PermissionsEnum permission,
	string objectType,
	string siteName
)

Parameters

permission
Type: CMS.DataEnginePermissionsEnum
Permission to check
objectType
Type: SystemString
Object type
siteName
Type: SystemString
Site name

Return Value

Type: Boolean
See Also