Method | Description | |
---|---|---|
GetFullFolderPath ( string folderPath ) : string |
Method for getting the abosulte path
|
|
GetPackageAndDependencies ( |
||
GetPackageAndDependencies ( string packageId, string packageVersion, string sourceServer, string targetFolder, bool overwriteExistingFiles, bool includePrerelease, bool allowUnlisted, DependencyVersionTypeToDownload depVersionToDownload ) : void |
public static GetFullFolderPath ( string folderPath ) : string | ||
folderPath | string | Folder path, can be relative or absolute |
return | string |
public static GetPackageAndDependencies ( |
||
appOptions | ||
return | void |
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 | |
return | void |