Class CopyFilesInPackageRequest
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
stringpackageId
stringpackageVersion
stringfilesInPackage
IEnumerable<string>destinationFolderPath
string
Properties
DestinationFolderPath
public string DestinationFolderPath { get; }
Property Value
FilesInPackage
public IEnumerable<string> FilesInPackage { get; }
Property Value
PackageId
public string PackageId { get; }
Property Value
PackageSourceRepository
public string PackageSourceRepository { get; }
Property Value
PackageVersion
public string PackageVersion { get; }