Click or drag to resize

ProjectFolderPropertyDocumentCollectionGetParentProjectFolderPropertyBagCollectionOf Method

Gets the parent ProjectFolderPropertyDocumentCollection of a child node.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static ProjectFolderPropertyDocumentCollection? GetParentProjectFolderPropertyBagCollectionOf(
	IDocumentLeafNode child
)

Parameters

child  IDocumentLeafNode
The child node for which the parent collection is searched.

Return Value

ProjectFolderPropertyDocumentCollection
The parent ProjectFolderPropertyDocumentCollection, if it exists; otherwise, null.
See Also