C# Class Routes.Build, Reloaded-II

Contains the code to determine locations of output files
Exibir arquivo Open project: Reloaded-Project/Reloaded-II

Public Methods

Method Description
GetGameBananaPackageListPath ( long appId ) : string

Link to expected path for a GameBanana app.

GetNuGetPackageListPath ( string url ) : string

Link to expected path for a NuGet repository.

Method Details

GetGameBananaPackageListPath() public static method

Link to expected path for a GameBanana app.
public static GetGameBananaPackageListPath ( long appId ) : string
appId long
return string

GetNuGetPackageListPath() public static method

Link to expected path for a NuGet repository.
public static GetNuGetPackageListPath ( string url ) : string
url string
return string