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: AltaxoAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static IEnumerable<PropertyBagWithInformation> GetPropertyBagsStartingFromFolder(
string folder
)
Parameters
- folder String
- A project folder to start the enumeration with.
Return Value
IEnumerablePropertyBagWithInformationEnumeration of the property bags in the project hierarchy.
See Also