TieredSelectorCheckAllDescendants 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#
[WebMethodAttribute(EnableSession = true)]
public string CheckAllDescendants(
	int index,
	string success,
	string tableName,
	string textField,
	string valueField,
	string parentField,
	string parentValue,
	string filter,
	bool hasAncestorsTable,
	bool prefixFields,
	bool useDev,
	string hiddenFieldId,
	string listSelectionMode,
	string text,
	bool enabled,
	string addParams
)

Parameters

index  Int32
 
success  String
 
tableName  String
 
textField  String
 
valueField  String
 
parentField  String
 
parentValue  String
 
filter  String
 
hasAncestorsTable  Boolean
 
prefixFields  Boolean
 
useDev  Boolean
 
hiddenFieldId  String
 
listSelectionMode  String
 
text  String
 
enabled  Boolean
 
addParams  String
 

Return Value

String

See Also