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

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

Parameters

type
Type: SystemString
String type

Return Value

Type: LayoutTypeEnum
See Also