CurrentFileNumber Property

Microsoft Deployment Tools

Deployment Tools Foundation CurrentFileNumber Property
Gets the number of the current file being processed. The first file is number 0, and the last file is TotalFiles-1. Valid for StartFile, PartialFile, and FinishFile messages.
Declaration Syntax
C# Visual Basic Visual C++
public int CurrentFileNumber { get; }
Public ReadOnly Property CurrentFileNumber As Integer
public:
property int CurrentFileNumber {
	int get ();
}
Value
The number of the file currently being processed, or the most recent file processed if processing is currently at the stream or archive level.

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