Click or drag to resize

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.1.26791.0-Beta2
Syntax
public static bool TryNotifyUpdateAvailable(
	string path,
	string newVersionPath
)

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: Boolean
True if the operation is succesefull. False - otherwise.
See Also