C# 클래스 CmisSync.CmisTree.LocalFolderLoader

Loads a local folder hierarchie as Nodes
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

공개 메소드들

메소드 설명
AddLocalFolderToRootNode ( RootFolder repo, string localPath ) : void

Merges the sub folder of the given path to the given Repo Node

CreateNodesFromLocalFolder ( string path, Node parent ) : List

Loads all sub folder from the given path

메소드 상세

AddLocalFolderToRootNode() 공개 정적인 메소드

Merges the sub folder of the given path to the given Repo Node
public static AddLocalFolderToRootNode ( RootFolder repo, string localPath ) : void
repo RootFolder
localPath string
리턴 void

CreateNodesFromLocalFolder() 공개 정적인 메소드

Loads all sub folder from the given path
public static CreateNodesFromLocalFolder ( string path, Node parent ) : List
path string
parent Node Parent Node for the new list of Nodes
리턴 List