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.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static List<DeviceProfileInfo> GetCurrentDevicProfiles(
	string siteName
)

Parameters

siteName
Type: SystemString
Site name

Return Value

Type: ListDeviceProfileInfo
See Also