RuleStore.CheckVersion(VersionInfo, VersionInfo, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
static bool CheckVersion(Microsoft::RuleEngine::VersionInfo ^ oldVersion, Microsoft::RuleEngine::VersionInfo ^ newVersion, bool publish);
protected static bool CheckVersion (Microsoft.RuleEngine.VersionInfo oldVersion, Microsoft.RuleEngine.VersionInfo newVersion, bool publish);
static member CheckVersion : Microsoft.RuleEngine.VersionInfo * Microsoft.RuleEngine.VersionInfo * bool -> bool
Protected Shared Function CheckVersion (oldVersion As VersionInfo, newVersion As VersionInfo, publish As Boolean) As Boolean
Parameters
- oldVersion
- VersionInfo
- newVersion
- VersionInfo
- publish
- Boolean