Click or drag to resize
DeviceProfileInfoProviderGetDeviceProfileInfoInternal Method (Guid, String)
Returns device info with specified GUID.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual DeviceProfileInfo GetDeviceProfileInfoInternal(
	Guid deviceGuid,
	string siteName
)

Parameters

deviceGuid
Type: SystemGuid
Device GUID
siteName
Type: SystemString
Site name

Return Value

Type: DeviceProfileInfo
See Also