Table of Contents

Class CopyFilesInPackageRequest

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

Constructors

CopyFilesInPackageRequest(string, string, string, IEnumerable<string>, string)

public CopyFilesInPackageRequest(string packageSourceRepository, string packageId, string packageVersion, IEnumerable<string> filesInPackage, string destinationFolderPath)

Parameters

packageSourceRepository string
packageId string
packageVersion string
filesInPackage IEnumerable<string>
destinationFolderPath string

Properties

DestinationFolderPath

public string DestinationFolderPath { get; }

Property Value

string

FilesInPackage

public IEnumerable<string> FilesInPackage { get; }

Property Value

IEnumerable<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