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

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
protected override void CreateControlHierarchy(
	bool useDataSource
)

Parameters

useDataSource
Type: SystemBoolean
Indicates whether use datasource
See Also