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

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

Parameters

siteName
Type: SystemString
Site name

Return Value

Type: Boolean
See Also