C# 클래스 CmisSync.CmisTree.PredefinedNodeLoader

Predefined Node Loader contains a few methods, which could be used for loading remote nodes
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CheckSubFolder ( Node root, int level ) : bool
CreateSubTrees ( List children, Node parent ) : List

Loads decendants of the given node with the depth of 2

메소드 상세

CheckSubFolderDelegate() 공개 정적인 메소드

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

LoadSubFolderDelegate() 공개 정적인 메소드

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
리턴 List