Click or drag to resize

PropertyExtensionsGetPropertyBagsStartingFromFolder Method

Gets the property bags in the hierarchy. The first bag in the enumeration is the bag that is a project folder bag belonging to the provided folder name. Then the bags in 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 IEnumerable<PropertyBagWithInformation> GetPropertyBagsStartingFromFolder(
	string folder
)

Parameters

folder  String
A project folder to start the enumeration with.

Return Value

IEnumerablePropertyBagWithInformation
Enumeration of the property bags in the project hierarchy.
See Also