Click or drag to resize
PortalHelperIsOnSiteEditingEnabled Method
Gets the value that indicates whether on site editing is enabled for specific site name

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static bool IsOnSiteEditingEnabled(
	string siteName
)

Parameters

siteName
Type: SystemString

Return Value

Type: Boolean
See Also