Method IsFolderNode
IsFolderNode(TreeNode)
Indicates whether a given node represents a project folder.
public static bool IsFolderNode(TreeNode node)
Parameters
node
TreeNodeNode to check.
Returns
- bool
True if node represents a project folder; otherwise, false.