Méthode | Description | |
---|---|---|
AsyncNodeLoader ( RootFolder root, |
This class can be used to load children nodes asynchronous in another thread
|
|
Cancel ( ) : void |
Cancels the async loading procedure
|
|
Load ( Node node ) : void |
Enqueues the given node to be loaded asynchronously
|
|
MergeFolderTrees ( Node node, List |
Merges the given new child list into the existing childs of the given node
|
|
MergeNewNodeIntoOldNode ( Node oldNode, Node newNode ) : void |
Merges the state of the new node into the old node, excerpt the children
|
Méthode | Description | |
---|---|---|
DoWork ( object sender, |
||
Finished ( object sender, |
||
Load ( ) : void | ||
SetNodeTreeStatus ( Node node, LoadingStatus status ) : void |
public AsyncNodeLoader ( RootFolder root, |
||
root | RootFolder | The repository Node |
credentials | The server crendentials to load children for the given Cmis Repo | |
method | LoadChildrenDelegate | Function for loading nodes |
check | CheckChildrenDelegate | |
Résultat | CmisSync.Lib.Cmis |
public static MergeFolderTrees ( Node node, List |
||
node | Node | |
children | List |
|
Résultat | void |
public static MergeNewNodeIntoOldNode ( Node oldNode, Node newNode ) : void | ||
oldNode | Node | |
newNode | Node | |
Résultat | void |