C# Class CmisSync.CmisTree.PredefinedNodeLoader

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

Méthodes publiques

Méthode 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

Méthode 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 méthode

Check if the tree for remote root is load finished for the depth of 2
public static CheckSubFolderDelegate ( Node root ) : bool
root Node
Résultat bool

LoadSubFolderDelegate() public static méthode

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
Résultat List