Click or drag to resize
CMSDataListGetRepeatLayout Method
Returns the repeat layout based on the given string.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static RepeatLayout GetRepeatLayout(
	string layout
)

Parameters

layout
Type: SystemString
String layout representation

Return Value

Type: RepeatLayout
See Also