Click or drag to resize

TextDocumentCollectionGetParentTextDocumentCollectionOf Method

Gets the parent NotesDocumentCollection of a child NotesDocument.

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static TextDocumentCollection? GetParentTextDocumentCollectionOf(
	IDocumentLeafNode child
)

Parameters

child  IDocumentLeafNode
A NotesDocument for which the parent collection is searched.

Return Value

TextDocumentCollection
The parent NotesDocumentCollection, if it exists, or null otherwise.
See Also