C# Класс CmisSync.Lib.SelectiveIgnore.IgnoredEntity

Ignored entity holds the ignored remote object id and the local path.
Наследование: IIgnoredEntity
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
IgnoredEntity ( IDocument doc, IPathMatcher matcher ) : System

Initializes a new instance of the CmisSync.Lib.SelectiveIgnore.IgnoredEntity class.

IgnoredEntity ( IFolder folder, IPathMatcher matcher ) : System

Initializes a new instance of the CmisSync.Lib.SelectiveIgnore.IgnoredEntity class.

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

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

Initializes a new instance of the CmisSync.Lib.SelectiveIgnore.IgnoredEntity class.
public IgnoredEntity ( IDocument doc, IPathMatcher matcher ) : System
doc IDocument Ignored document.
matcher IPathMatcher Path matcher to create local path.
Результат System

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

Initializes a new instance of the CmisSync.Lib.SelectiveIgnore.IgnoredEntity class.
public IgnoredEntity ( IFolder folder, IPathMatcher matcher ) : System
folder IFolder Ignored folder.
matcher IPathMatcher Path matcher to create local path.
Результат System