Deployment Tools Foundation
GetArchiveName Method (archiveNumber)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression ► IPackStreamContext ► GetArchiveName(Int32)
Gets the name of the archive with a specified number.
Declaration Syntax
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.