Click or drag to resize
BasicRepeaterCreateControlHierarchy Method
Creates a control hierarchy with or without the specified datasource.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
protected override void CreateControlHierarchy(
	bool useDataSource
)

Parameters

useDataSource
Type: SystemBoolean
Indicates whether use datasource
See Also