Click or drag to resize

ConfigurationManager methods

The ConfigurationManager Type exposes the following members.

Methods
 NameDescription of the
Public MethodStatic MemberIsExpanded Provides information for a node (nodePath) as to whether it is is to be displayed folded or expanded. Returns zero if either the node has no NodeList or no local configuration has been loaded.
Public MethodStatic MemberLoadLocalConfiguration Loads the current configuration from LocalConfigurationPath. The current configuration is saved for each LogicalNodeViewModel, whether its node is collapsed in the screen display or its sub-nodes are visible. The visibility of the nodes can then be adjusted according to the loaded configuration can be restored.
Public MethodStatic MemberSaveLocalConfiguration Saves the current configuration in the LocalConfigurationDirectory. The current configuration contains the relevant current UI properties (WindowAspects) and for each LogicalNodeViewModel, whether its node in the screen display is collapsed or its subnodes are visible.
Back to the top
See also