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
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
String
The name of the requested archive. May be an empty string for non-chained archives, but may never be null.
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.dll) Version: 3.0.0.0 (3.9.1006.0)