CabinetFolderNumber Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation CabinetFolderNumber Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.Compression.CabCabFileInfoCabinetFolderNumber
Gets the number of the folder containing this file.
Declaration Syntax
C# Visual Basic Visual C++
public int CabinetFolderNumber { get; }
Public ReadOnly Property CabinetFolderNumber As Integer
	Get
public:
property int CabinetFolderNumber {
	int get ();
}
Property Value
Int32
The number of the cabinet folder containing this file.
Remarks
A single folder or the first folder of a cabinet (or chain of cabinets) is numbered 0.

Assembly: Microsoft.Deployment.Compression.Cab (Module: Microsoft.Deployment.Compression.Cab.dll) Version: 3.0.0.0 (3.9.1006.0)