C# 클래스 CmisSync.Lib.Filter.IgnoredFoldersFilter

Ignored folders filter.
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
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