Deployment Tools Foundation
CabinetFolderNumber Property
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression.Cab ► CabFileInfo ► CabinetFolderNumber
Gets the number of the folder containing this file.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public int CabinetFolderNumber { get; }
Public ReadOnly Property CabinetFolderNumber As Integer Get
public: property int CabinetFolderNumber { int get (); }
member CabinetFolderNumber : int with get
Property Value
Int32
The number of the cabinet folder containing this file.
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.11.1.2318)