Click or drag to resize

PropertyExtensionsGetPropertyContextOfProjectFolder Method

Gets the property bags in the hierarchal order. The first bag in the enumeration is the bag is in the provided project folder. Then the bags of its parent folders, and then UserSettings, ApplicationSettings, and BuiltinSettings follow.

Namespace: Altaxo
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static PropertyHierarchy GetPropertyContextOfProjectFolder(
	string folder
)

Parameters

folder  String
The project folder with which to start the enumeration.

Return Value

PropertyHierarchy
Property bags in the project hierarchy wrapped in a PropertyHierarchy.
See Also