Click or drag to resize

ConfigurationManagerSaveLocalConfiguration method

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.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public static void SaveLocalConfiguration(
	
	IExpandableNode tree,
	
	TreeOrientation treeOrientationState,
	
	WindowAspects windowAspects
)

Parameters

tree  IExpandableNode
Root-LogicalNodeViewModel of the (sub-)tree to be saved.
treeOrientationState  TreeOrientation
Current alignment of the LogicalTaskTree
AlternatingHorizontal: Alternating structure, starting horizontally. Vertical: Vertical structure. Horizontal: Horizontal structure. AlternatingVertical: Alternating structure, starting vertically.
windowAspects  WindowAspects
Current UI properties (e.g. WindowTop, WindowWidth, ...).
See also