Click or drag to resize
DeviceProfileInfoProviderGetCurrentDevicProfiles Method
Returns ordered list of device profiles matching current device (can be overridden by URL parameter or cookie).

Namespace: CMS.DeviceProfiles
Assembly: CMS.DeviceProfiles (in CMS.DeviceProfiles.dll) Version: 12.0.0
Syntax
C#
public static List<DeviceProfileInfo> GetCurrentDevicProfiles(
	string siteName
)

Parameters

siteName
Type: SystemString
Site name

Return Value

Type: ListDeviceProfileInfo
See Also