C# Class CmisSync.Lib.Producer.Crawler.DescendantsTreeCollection

Descendants tree collection.
/// The exception that is thrown when a null /// reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument. ///
Afficher le fichier Open project: OpenDataSpace/CmisSync Class Usage Examples

Méthodes publiques

Méthode Description
DescendantsTreeCollection ( IObjectTree storedTree, IObjectTree localTree, IObjectTree remoteTree ) : System

Initializes a new instance of the CmisSync.Lib.Producer.Crawler.DescendantsTreeCollection struct.

Method Details

DescendantsTreeCollection() public méthode

Initializes a new instance of the CmisSync.Lib.Producer.Crawler.DescendantsTreeCollection struct.
/// The exception that is thrown when a /// null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument. ///
public DescendantsTreeCollection ( IObjectTree storedTree, IObjectTree localTree, IObjectTree remoteTree ) : System
storedTree IObjectTree /// Stored tree. ///
localTree IObjectTree /// Local tree. ///
remoteTree IObjectTree /// Remote tree. ///
Résultat System