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

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

공개 메소드들

메소드 설명
CheckFile ( string name, string &reason ) : bool

Checks the filename for valid regex.

IgnoredFileNamesFilter ( ) : System

Initializes a new instance of the CmisSync.Lib.Filter.IgnoredFileNamesFilter class.

메소드 상세

CheckFile() 공개 메소드

Checks the filename for valid regex.
public CheckFile ( string name, string &reason ) : bool
name string /// The file name ///
reason string /// Is set to the reason if true is returned. ///
리턴 bool

IgnoredFileNamesFilter() 공개 메소드

Initializes a new instance of the CmisSync.Lib.Filter.IgnoredFileNamesFilter class.
public IgnoredFileNamesFilter ( ) : System
리턴 System