C# 클래스 IPFilter.Setup.CustomActions.IO.SearchData

Specifies the parameters for a file search.
파일 보기 프로젝트 열기: DavidMoore/ipfilter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
fullPath string
searchOptions SearchOption
userPath string

공개 메소드들

메소드 설명
SearchData ( ) : System

Initializes a new instance of the SearchData class.

SearchData ( String fullPath, String userPath, SearchOption searchOptions ) : System

Initializes a new instance of the SearchData class.

메소드 상세

SearchData() 공개 메소드

Initializes a new instance of the SearchData class.
public SearchData ( ) : System
리턴 System

SearchData() 공개 메소드

Initializes a new instance of the SearchData class.
public SearchData ( String fullPath, String userPath, SearchOption searchOptions ) : System
fullPath String The full path.
userPath String The user path.
searchOptions SearchOption The search options.
리턴 System

프로퍼티 상세

fullPath 공개적으로 프로퍼티

Fully-qualified version of the userPath, excluding the search criteria in the end e.g. C:\Foo\Bar.
public string fullPath
리턴 string

searchOptions 공개적으로 프로퍼티

The search options for userPath.
public SearchOption searchOptions
리턴 SearchOption

userPath 공개적으로 프로퍼티

User-specified search path. This may include wildcard characters, and not be fully qualified e.g. Foo\Bar or Foo\Bar\*.*
public string userPath
리턴 string