Gets the document to which this dynamic group belongs

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public GwxDocument GetParentDocument()
Visual Basic
Public Function GetParentDocument As GwxDocument
JScript
public function GetParentDocument() : GwxDocument

Return Value

The parent GwxDocument.

See Also