Click or drag to resize
LayoutInfoProviderGetLayoutTypeEnum Method
Gets the layout type enumeration for the given string value.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public static LayoutTypeEnum GetLayoutTypeEnum(
	string type
)

Parameters

type
Type: SystemString
String type

Return Value

Type: LayoutTypeEnum
See Also