TieredSelectorCheckAllDescendants Method
Namespace: Centralpoint.Web.UI.WebServicesAssembly: Centralpoint.Web.UI (in Centralpoint.Web.UI.dll) Version: 1.0.0.0 (1.0.0.0)
[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
)
<WebMethodAttribute(EnableSession := true)>
Public Function CheckAllDescendants (
index As Integer,
success As String,
tableName As String,
textField As String,
valueField As String,
parentField As String,
parentValue As String,
filter As String,
hasAncestorsTable As Boolean,
prefixFields As Boolean,
useDev As Boolean,
hiddenFieldId As String,
listSelectionMode As String,
text As String,
enabled As Boolean,
addParams As String
) As String
- 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
-
String