C# 클래스 FluentFs.Support.FileSet.DirectoryChoices

Allows the user to pick certain attributes to add to a folder
상속: Core.FileSet
파일 보기 프로젝트 열기: SkightTeam/eLiteWeb

공개 메소드들

메소드 설명
Filter ( string filter ) : Core.FileSet

Applies a filter to use when searching for files

비공개 메소드들

메소드 설명
DirectoryChoices ( Core fileset, IFileSystemUtility utility, bool isInclusion )

메소드 상세

Filter() 공개 메소드

Applies a filter to use when searching for files
public Filter ( string filter ) : Core.FileSet
filter string A wildcard filter (e.g. *.cs)
리턴 Core.FileSet