Click or drag to resize
UIHelperIsUIPersonalizationEnabled Method
Determines whether UI personalization is enabled for the specified site.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static bool IsUIPersonalizationEnabled(
	string siteName
)

Parameters

siteName
Type: SystemString
Code name of the site to check

Return Value

Type: Boolean
See Also