Click or drag to resize
DeviceProfileLayoutInfoProviderGetDeviceProfileLayoutInfoInternal Method (Guid)
Returns a binding between two layouts with the specified globally unique identifier.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual DeviceProfileLayoutInfo GetDeviceProfileLayoutInfoInternal(
	Guid bindingGuid
)

Parameters

bindingGuid
Type: SystemGuid
Binding globally unique identifier.

Return Value

Type: DeviceProfileLayoutInfo
See Also