UtilitiesTryNotifyUpdateAvailable Method |
IT Hit User File System
Tries to merge files if the file is open in the application.
For example Microsoft Word and PowerPoint will show the merge interface.
Namespace:
ITHit.FileSystem.Windows.AppHelper
Assembly:
ITHit.FileSystem.Windows.AppHelper (in ITHit.FileSystem.Windows.AppHelper.dll) Version: 8.4.27341.0
Syntax public static bool TryNotifyUpdateAvailable(
string path,
string newVersionPath
)
Public Shared Function TryNotifyUpdateAvailable (
path As String,
newVersionPath As String
) As Boolean
public:
static bool TryNotifyUpdateAvailable(
String^ path,
String^ newVersionPath
)
static member TryNotifyUpdateAvailable :
path : string *
newVersionPath : string -> bool
Parameters
- path
- Type: SystemString
Path to the file open in the application. - newVersionPath
- Type: SystemString
New version to try to merge with.
Return Value
Type:
BooleanTrue if the operation is succesefull. False - otherwise.
See Also