PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Creates a condition that can be added to the where clause of a sql query to test for exclusion from a given subtree.

Syntax

Smartsite SXML CopyCode image Copy Code
string cms.getnotinsubtreewhereclause(integer subtree)
string cms.getnotinsubtreewhereclause(integer[ ] subtrees)
string cms.getnotinsubtreewhereclause(string contentsAlias, integer subtree)
string cms.getnotinsubtreewhereclause(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
SXML