TieredSelectorRenderChildren Method

Definition

Namespace: Centralpoint.Web.UI.WebServices
Assembly: Centralpoint.Web.UI (in Centralpoint.Web.UI.dll) Version: 1.0.0.0 (1.0.0.0)
C#
private void RenderChildren(
	StringBuilder sb,
	DataTable table,
	DataRow[] rows,
	string hiddenFieldId,
	int index,
	string resource,
	string[] values,
	bool enabled,
	bool checkAll,
	StringBuilder text
)

Parameters

sb  StringBuilder
 
table  DataTable
 
rows  DataRow
 
hiddenFieldId  String
 
index  Int32
 
resource  String
 
values  String
 
enabled  Boolean
 
checkAll  Boolean
 
text  StringBuilder
 

See Also