TextDocumentCollectionGetParentTextDocumentCollectionOf Method |
Gets the parent NotesDocumentCollection of a child NotesDocument.
Namespace: Altaxo.TextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static TextDocumentCollection? GetParentTextDocumentCollectionOf(
IDocumentLeafNode child
)
Parameters
- child IDocumentLeafNode
- A NotesDocument for which the parent collection is searched.
Return Value
TextDocumentCollectionThe parent NotesDocumentCollection, if it exists, or null otherwise.
See Also