Click or drag to resize

ConfigurationManagerLoadLocalConfiguration method

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.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public static bool LoadLocalConfiguration(
	
	string jobName
)

Parameters

jobName  String
Job name of the job to be loaded.

Return value

Boolean
True if a local configuration could be loaded.
See also