Click or drag to resize
CMSPageIsUserAuthorizedPerContent Method (String)
Determines whether current user is authorized to access cms.content

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public static bool IsUserAuthorizedPerContent(
	string siteName
)

Parameters

siteName
Type: SystemString
Site name to check

Return Value

Type: Boolean
See Also