PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Determines whether the specified item is a member of any of the given sub trees.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(Name = "{0}.Hierarchy.IsMemberOfAnySubTree")]
[(.Level0)]
public static <bool> IsMemberOfAnySubTrees(
	 reference,
	params [] subTrees
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.Hierarchy.IsMemberOfAnySubTree")> _
<(.Level0)> _
Public Shared Function IsMemberOfAnySubTrees ( _
	reference As , _
	ParamArray subTrees As () _
) As (Of )

Parameters

reference
Locator
Item reference.
subTrees
array<Locator>[]()
A list of sub trees.

Return Value

True if the reference item is part of any of the sub trees.

See Also

Advanced