C# Класс NuFetchLib.Utils

Показать файл Открыть проект

Открытые методы

Метод Описание
GetFullFolderPath ( string folderPath ) : string

Method for getting the abosulte path

GetPackageAndDependencies ( NuFetchOption appOptions ) : void
GetPackageAndDependencies ( string packageId, string packageVersion, string sourceServer, string targetFolder, bool overwriteExistingFiles, bool includePrerelease, bool allowUnlisted, DependencyVersionTypeToDownload depVersionToDownload ) : void

Описание методов

GetFullFolderPath() публичный статический Метод

Method for getting the abosulte path
public static GetFullFolderPath ( string folderPath ) : string
folderPath string Folder path, can be relative or absolute
Результат string

GetPackageAndDependencies() публичный статический Метод

public static GetPackageAndDependencies ( NuFetchOption appOptions ) : void
appOptions NuFetchOption
Результат void

GetPackageAndDependencies() публичный статический Метод

public static GetPackageAndDependencies ( string packageId, string packageVersion, string sourceServer, string targetFolder, bool overwriteExistingFiles, bool includePrerelease, bool allowUnlisted, DependencyVersionTypeToDownload depVersionToDownload ) : void
packageId string
packageVersion string
sourceServer string
targetFolder string
overwriteExistingFiles bool
includePrerelease bool
allowUnlisted bool
depVersionToDownload DependencyVersionTypeToDownload
Результат void