C# 클래스 Kudu.Core.Deployment.DeploymentHelper

파일 보기 프로젝트 열기: projectkudu/kudu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ProjectFileLookup string[]

공개 메소드들

메소드 설명
GetProjects ( string path, IFileFinder fileFinder, SearchOption searchOption = SearchOption.AllDirectories ) : IList
IsDefaultWebRootContent ( string webroot ) : bool
IsProject ( string path ) : bool

메소드 상세

GetProjects() 공개 정적인 메소드

public static GetProjects ( string path, IFileFinder fileFinder, SearchOption searchOption = SearchOption.AllDirectories ) : IList
path string
fileFinder IFileFinder
searchOption SearchOption
리턴 IList

IsDefaultWebRootContent() 공개 정적인 메소드

public static IsDefaultWebRootContent ( string webroot ) : bool
webroot string
리턴 bool

IsProject() 공개 정적인 메소드

public static IsProject ( string path ) : bool
path string
리턴 bool

프로퍼티 상세

ProjectFileLookup 공개적으로 정적으로 프로퍼티

public static string[] ProjectFileLookup
리턴 string[]