

Deployment Tools Foundation
CabinetFolderNumber Property
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression.Cab ► CabFileInfo ► CabinetFolderNumber
Gets the number of the folder containing this file.

C# | Visual Basic | Visual C++ |
public int CabinetFolderNumber { get; }
Public ReadOnly Property CabinetFolderNumber As Integer Get
public: property int CabinetFolderNumber { int get (); }

Int32
The number of the cabinet folder containing this file.
The number of the cabinet folder containing this file.

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)