Table of Contents

Method GetFileNameFromNode

Namespace
Alternet.Editor.Common
Assembly
Alternet.Editor.Common.v10.dll

GetFileNameFromNode(TreeNode)

Get the name of the file related to the node.

public static string GetFileNameFromNode(TreeNode node)

Parameters

node TreeNode

Node to check.

Returns

string

File name if specified; otherwise, an empty string.