Hevea documentation

Node.RemoveChild Method 

Removes a child node.

public void RemoveChild(
   Credential user,
   Node child
);

Parameters

user
user credential
child
child to remove

Exceptions

Exception Type Condition
ArgumentNullException child is null
NotImplementedException it is not possible to remove a child on a dynamic node when the DeleteNodeDelegate has not been set

See Also

Node Class | Hevea.Core.Ftp Namespace