Refresh Method (newFileInfo)

DTF API

Copy image CopyHover image
Deployment Tools Foundation Refresh Method (newFileInfo)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.Compression.CabCabFileInfoRefresh(ArchiveFileInfo)
Refreshes the information in this object with new data retrieved from an archive.
Declaration Syntax
C# Visual Basic Visual C++ F#
protected override void Refresh(
	ArchiveFileInfo newFileInfo
)
Protected Overrides Sub Refresh ( 
	newFileInfo As ArchiveFileInfo
)
protected:
virtual void Refresh(
	ArchiveFileInfo^ newFileInfo
) override
abstract Refresh : 
        newFileInfo : ArchiveFileInfo -> unit 
override Refresh : 
        newFileInfo : ArchiveFileInfo -> unit 
Parameters
newFileInfo (ArchiveFileInfo)
Fresh instance for the same file just read from the archive.
Remarks
This implementation refreshes the CabinetFolderNumber.

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