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. ///
Show file Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Methods

Method 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 method

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. ///
return System