C# Класс CmisSync.CmisTree.LocalFolderLoader

Loads a local folder hierarchie as Nodes
Показать файл Открыть проект

Открытые методы

Метод Описание
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