Back to product page
- Introduction
- Overview
- License agreement
- Configuration file creation
- Getting Started
- Objects
- Enumerations
- wodAppUpdate
- Methods
- Properties
- AutoRestart
- Blocking
- CmdAfter
- CmdBefore
- CmdLine
- DebugFile
- DialogNoteText
- DialogNoteURL
- DialogText
- Files
- ForceRestart
- GlobalTerminate
- Login
- Messages
- Notification
- Password
- PrevExist
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- ReplaceRule
- RequireAdmin
- ServiceIsRunning
- Signature
- State
- StateText
- Timeout
- UpdaterName
- UpdaterTimeout
- URL
- URLHandler
- UserIsAdmin
- Version
- Visible
- WinVersion
- Events
- Notifications
- UpdFile
- UpdFiles
- UpdMessage
- UpdMessages
- UpdProcess
- UpdProcesses
- How to get support?
- Technical information
- Fast notifications interface
- Error list
ReplaceRule property
Determines file replace rules.
Type
An ReplaceRulesEnum enumerationSyntax
- Basic
object.ReplaceRule [= value]
The ReplaceRule(object,value) syntax has these parts:
The ReplaceRule(object,value) syntax has these parts:
object | An expression evaluating to an object of type wodAppUpdate. |
value | An ReplaceRulesEnum value. |
Remarks
SettingsThe settings for value are:
Constant | Value | Description |
---|---|---|
ReplaceNever | 0 | Never replaces. |
ReplaceIfVersion | 1 | Replace only if higher version. |
ReplaceIfDate | 2 | Replace only if newer creation date. |
ReplaceIfModificationDate | 4 | Replace only if newer creation date. |
ReplaceSmart | 63 | Replace by version, then by creation date, then by modification date. |
ReplaceAlways | 255 | Replace always. |