Hevea documentation

Node.GetNodeChildsDelegate Delegate

Delegate of a method called when requesting the childs of a node. This delegate is only used on Dynamic nodes.

public delegate Node[] Node.GetNodeChildsDelegate(
   Credential user,
   Node node
);

Requirements

Namespace: Hevea.Core.Ftp

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

See Also

Hevea.Core.Ftp Namespace