CmisSync.CmisTree.PredefinedNodeLoader.CheckSubFolderDelegate C# (CSharp) Method

CheckSubFolderDelegate() public static method

Check if the tree for remote root is load finished for the depth of 2
public static CheckSubFolderDelegate ( Node root ) : bool
root Node
return bool
        public static bool CheckSubFolderDelegate(Node root)
        {
            return CheckSubFolder (root, 2);
        }