TieredSelectorAppendCheckbox 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#
protected virtual void AppendCheckbox(
	StringBuilder sb,
	int index,
	string hiddenFieldId,
	string clientId,
	int children,
	string resource,
	string value,
	string[] values,
	string text,
	bool enabled,
	bool checkAll
)

Parameters

sb  StringBuilder
 
index  Int32
 
hiddenFieldId  String
 
clientId  String
 
children  Int32
 
resource  String
 
value  String
 
values  String
 
text  String
 
enabled  Boolean
 
checkAll  Boolean
 

See Also