C# Class CmisSync.CmisTree.IgnoredFolderLoader

Creates Nodes from given ignored folder list
Show file Open project: OpenDataSpace/CmisSync

Public Methods

Method Description
AddIgnoredFolderToRootNode ( RootFolder root, List ignoredFolder ) : void

Merges the given ignored folders as children to the given root folder node

CreateNodesFormIgnoredFolders ( List ignoredFolder ) : List

Takes a list of ignored folders and returns the created Nodes as list

CreateNodesFromIgnoredFolder ( string ignoredPath ) : Node

Creates a Node with its children for a given ignored folder

Method Details

AddIgnoredFolderToRootNode() public static method

Merges the given ignored folders as children to the given root folder node
public static AddIgnoredFolderToRootNode ( RootFolder root, List ignoredFolder ) : void
root RootFolder
ignoredFolder List
return void

CreateNodesFormIgnoredFolders() public static method

Takes a list of ignored folders and returns the created Nodes as list
public static CreateNodesFormIgnoredFolders ( List ignoredFolder ) : List
ignoredFolder List
return List

CreateNodesFromIgnoredFolder() public static method

Creates a Node with its children for a given ignored folder
public static CreateNodesFromIgnoredFolder ( string ignoredPath ) : Node
ignoredPath string
return Node