Table of Contents

Class CopyNupkgFileRequest

Namespace
NuGet.Protocol.Plugins
Assembly
NuGet.Protocol.dll
public sealed class CopyNupkgFileRequest
Inheritance
CopyNupkgFileRequest
Inherited Members
Extension Methods

Constructors

CopyNupkgFileRequest(string, string, string, string)

public CopyNupkgFileRequest(string packageSourceRepository, string packageId, string packageVersion, string destinationFilePath)

Parameters

packageSourceRepository string
packageId string
packageVersion string
destinationFilePath string

Properties

DestinationFilePath

public string DestinationFilePath { get; }

Property Value

string

PackageId

public string PackageId { get; }

Property Value

string

PackageSourceRepository

public string PackageSourceRepository { get; }

Property Value

string

PackageVersion

public string PackageVersion { get; }

Property Value

string