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 module is a descendant of the given parent

Namespace: Smartsite.Core
Assembly:  Smartsite.SXML (in Smartsite.SXML.dll)

Syntax

C#Copy imageCopy Code
public bool IsChildOf(
	 parent
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function IsChildOf ( _
	parent As  _
) As 

Parameters

parent
IModuleExec
The parent.

Return Value

true if the module is a descendant of the specified parent; otherwise, false.

See Also

Smartsite.Core Namespace
Advanced