C# Class Kudu.Core.Deployment.DeploymentHelper

Afficher le fichier Open project: projectkudu/kudu Class Usage Examples

Méthodes publiques

Свойство Type Description
ProjectFileLookup string[]

Méthodes publiques

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

Method Details

GetProjects() public static méthode

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

IsDefaultWebRootContent() public static méthode

public static IsDefaultWebRootContent ( string webroot ) : bool
webroot string
Résultat bool

IsProject() public static méthode

public static IsProject ( string path ) : bool
path string
Résultat bool

Property Details

ProjectFileLookup public_oe static_oe property

public static string[] ProjectFileLookup
Résultat string[]