Deployment Tools Foundation
Refresh Method (record)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► View ► Refresh(Record)
Refreshes the data in a Record.
Declaration Syntax
Parameters- record (Record)
- the Record to be refreshed
RemarksThe Record must have been obtained by calling Fetch()()(). Fails with a deleted Record. Works only with read-write Records.
See Modify(ViewModifyMode, Record) for more remarks.
Win32 MSI API: MsiViewModify
Exceptions| Exception | Condition |
|---|---|
| InstallerException | the refresh failed |
| InvalidHandleException | the View handle is invalid |