Hevea documentation
Node.ChildExists Method
Checks a child node existence.
public
bool
ChildExists(
string
childName
);
Parameters
childName
child path to check
Return Value
true if the child exists
Exceptions
Exception Type
Condition
ArgumentNullException
childName is null
See Also
Node Class
|
Hevea.Core.Ftp Namespace