Click or drag to resize

PropertyExtensionsGetProjectFolderPropertyDocuments Method

Gets the project folder property documents down the project folder hierarchie.

Namespace: Altaxo
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static IEnumerable<ProjectFolderPropertyDocument> GetProjectFolderPropertyDocuments(
	this INameOwner namedOwner
)

Parameters

namedOwner  INameOwner
The named owner. Can be any project item.

Return Value

IEnumerableProjectFolderPropertyDocument
All project folder property documents, starting from the deepest folder level, and ending with the property document in the root folder (if there is any).

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type INameOwner. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also