C# Class Kudu.Core.Deployment.DeploymentHelper

Mostra file Open project: projectkudu/kudu Class Usage Examples

Public Properties

Property Type Description
ProjectFileLookup string[]

Public Methods

Method Description
GetProjects ( string path, IFileFinder fileFinder, SearchOption searchOption = SearchOption.AllDirectories ) : IList
IsDefaultWebRootContent ( string webroot ) : bool
IsProject ( string path ) : bool

Method Details

GetProjects() public static method

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

IsDefaultWebRootContent() public static method

public static IsDefaultWebRootContent ( string webroot ) : bool
webroot string
return bool

IsProject() public static method

public static IsProject ( string path ) : bool
path string
return bool

Property Details

ProjectFileLookup public_oe static_oe property

public static string[] ProjectFileLookup
return string[]