C# Класс 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. ///
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DescendantsTreeCollection ( IObjectTree storedTree, IObjectTree localTree, IObjectTree remoteTree ) : System

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

Описание методов

DescendantsTreeCollection() публичный Метод

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. ///
Результат System