PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Creates a condition that can be added to the where clause of a sql query to test for inclusion in a given subtree.
Syntax
Smartsite SXML | Copy Code |
---|---|
string cms.getisinsubtreewhereclause(integer subtree) string cms.getisinsubtreewhereclause(integer[ ] subtrees) string cms.getisinsubtreewhereclause(string contentsAlias, integer subtree) string cms.getisinsubtreewhereclause(string contentsAlias, integer[ ] subtrees) |
Parameters
Name | Data Type | Description |
---|---|---|
subtree | Integer | The subtree to test for. |
subtrees | Integer[ ] | The subtrees to test for. |
contentsAlias | String | The alias used for the contents table or related view in the sql query. |
Return Value
Data Type | Description |
---|---|
String |