Hevea documentation

Node.GetNodeByNameAndParentDelegate Delegate

Delegate of a method called when requesting a node. If the parent node tag is null, then the requested node is at the root of the FTP application. This delegate is only used on Dynamic nodes.

public delegate Node Node.GetNodeByNameAndParentDelegate(
   Credential user,
   string name,
   Node parentNode
);

Requirements

Namespace: Hevea.Core.Ftp

Assembly: Hevea.Core (in Hevea.Core.dll)

See Also

Hevea.Core.Ftp Namespace