'Declaration Public Overloads Function IsTreeEmpty( _ ByVal path As System.String _ ) As System.Boolean
public System.bool IsTreeEmpty( System.string path )
Parameters
- path
- The target path.
Return Value
True if neither the path, nor any of its children contain values or references, false otherwise.