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

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public static RepeatLayout GetRepeatLayout(
	string layout
)

Parameters

layout
Type: SystemString
String layout representation

Return Value

Type: RepeatLayout
See Also