C# Class CmisSync.CmisTree.IgnoredFolderLoader

Creates Nodes from given ignored folder list
Afficher le fichier Open project: OpenDataSpace/CmisSync

Méthodes publiques

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

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

CreateNodesFormIgnoredFolders() public static méthode

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

CreateNodesFromIgnoredFolder() public static méthode

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