GetArchiveName Method (archiveNumber)

Microsoft Deployment Tools

Deployment Tools Foundation GetArchiveName Method (archiveNumber)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionIPackStreamContextGetArchiveName(Int32)
Gets the name of the archive with a specified number.
Declaration Syntax
C# Visual Basic Visual C++
string GetArchiveName(
	int archiveNumber
)
Function GetArchiveName ( _
	archiveNumber As Integer _
) As String
String^ GetArchiveName(
	int archiveNumber
)
Parameters
archiveNumber (Int32)
The 0-based index of the archive within the chain.
Return Value
The name of the requested archive. May be an empty string for non-chained archives, but may never be null.
Remarks
The archive name is the name stored within the archive, used for identification of the archive especially among archive chains. That name is often, but not necessarily the same as the filename of the archive package.

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression) Version: 3.0.0.0 (3.5.1623.0)