Click or drag to resize
DeviceProfileInfoProviderIsDeviceProfilesEnabled Method
Returns tru if device profiles are enabled for given site.

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

Parameters

siteName
Type: SystemString
Site name

Return Value

Type: Boolean
See Also