This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the parent Module of this module, optionally crossing RenderContext boundaries if allowed so by embeds (Sandboxing off).

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

Syntax

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

Parameters

crossContextBoundaries
Boolean

Return Value

See Also

Smartsite.Core Namespace
Advanced