CurrentFileNumber Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation CurrentFileNumber Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionArchiveProgressEventArgsCurrentFileNumber
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++ F#
public int CurrentFileNumber { get; }
Public ReadOnly Property CurrentFileNumber As Integer
	Get
public:
property int CurrentFileNumber {
	int get ();
}
member CurrentFileNumber : int with get
Property Value
Int32
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.dll) Version: 3.0.0.0 (3.11.1.2318)