[]
        
(Showing Draft Content)

C1.Win.Themes.C1Theme.IsTreeEmpty

IsTreeEmpty Method

IsTreeEmpty(string)

Recursively checks whether the specified path including all its children contain neither values nor references.

Declaration
public bool IsTreeEmpty(string path)
Parameters
Type Name Description
string path

The target path.

Returns
Type Description
bool

True if neither the path, nor any of its children contain values or references, false otherwise.