Hevea documentation

Node.Search Method 

Search a node by its path.

public static Node Search(
   Credential user,
   string path,
   Node fromNode
);

Parameters

user
user credential
path
path of the node to search
fromNode
node from which the search starts

Return Value

the found node or null

Exceptions

Exception Type Condition
ArgumentNullException path or fromNode is null
HeveaException the GetNodeByNameAndParentMethod or GetNodeChildsMethod delegate has not been set

See Also

Node Class | Hevea.Core.Ftp Namespace