Tree.getBindableSubsites (Method)

Returns subsites where user has admin rights that are not bound to a tree in this family.

Returns:

Reports_GetSubsites_Result (rowlimitedquery)

Arguments:

Name Type Required Description
treeFamilyID TreeFamilyID Required The tree family Id.
searchField SubsiteSearchField Optional. Defaults to 'Name'. The field to search.
searchOperator SearchOperator_EmptyString Optional. Defaults to an empty string. The search operator applied on search string; for example, 'Contains', 'Begins with', 'Equals', and so on.
searchString PlainText Optional. Defaults to an empty string. The text sought by CommonSpot in the searchField field.
orderBy SQLOrderByClause_EmptyString Optional. Defaults to an empty string. The SQL 'order by' clause indicating which column is used as sort key for the returned data.
limit QueryRowLimit Optional. Defaults to '#this.LIMIT_TO_SCALABILITY_MAX#'. An integer specifying one more than the maximum number of rows CommonSpot can return. Values can contain 0(Returns all records) and -1(Return the number of records specified in the UI scalability setting).

Context:

License Requirements (none)
Permission Requirements (none)
Deny Context (none)
Require Context (none)
Author Lock (not required)
Transaction Logging Transaction logging is disabled for this method
Customization Customization is not supported for this method.

Error Codes:

Code Error Message
409  

Notes:

None