Click or drag to resize

ConfigurationManagerIsExpanded method

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.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public static bool? IsExpanded(
	
	string nodePath
)

Parameters

nodePath  String
Path to the node in the tree.

Return value

NullableBoolean
False if the node is to be displayed folded;
True if the node is not to be displayed folded;
Zero if the node is not a NodeList or no local configuration has been loaded.
See also