C# Class CmisSync.CmisTree.PredefinedNodeLoader

Predefined Node Loader contains a few methods, which could be used for loading remote nodes
Show file Open project: OpenDataSpace/CmisSync

Public Methods

Method Description
CheckSubFolderDelegate ( Node root ) : bool

Check if the tree for remote root is load finished for the depth of 2

LoadSubFolderDelegate ( CmisRepoCredentials credentials, Node root ) : List

Loads a tree of remote sub folder with the depth of 2

Private Methods

Method Description
CheckSubFolder ( Node root, int level ) : bool
CreateSubTrees ( List children, Node parent ) : List

Loads decendants of the given node with the depth of 2

Method Details

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

LoadSubFolderDelegate() public static method

Loads a tree of remote sub folder with the depth of 2
public static LoadSubFolderDelegate ( CmisRepoCredentials credentials, Node root ) : List
credentials CmisSync.Lib.Config.CmisRepoCredentials
root Node
return List