C# Класс CmisSync.Lib.Filter.IgnoredFoldersFilter

Ignored folders filter.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CheckPath ( string localPath, string &reason ) : bool

Checks the path if it begins with any path, which is ignored. Reports ignores to the queue.

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

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

Checks the path if it begins with any path, which is ignored. Reports ignores to the queue.
public CheckPath ( string localPath, string &reason ) : bool
localPath string /// The local path which should be checked, if it should be ignored. ///
reason string Reason of the result value if returns true
Результат bool