This class provides methods for working with browser extensions. This include checking protocol version and
supported Office URI Schemes.
Methods
-
static ITHit.WebDAV.Client.BrowserExtension.GetDavProtocolAppVersionAsync(fCallback)
GetDavProtocolAppVersionAsync -
This function get protocol version asynchronously If browser extension does not fill data in
'_Timeout'time, or error occurred <'successCallback'called with null.Name Type Description fCallbackITHit.WebDAV.Client.BrowserExtension~GetDavProtocolAppVersionAsync Function to call when operation is completed. -
static ITHit.WebDAV.Client.BrowserExtension.IsProtocolAvailableAsync(sExt, fCallback)
IsProtocolAvailableAsync -
This function check if Office URI Scheme installed for file extension. If browser extension does not fill data in
'_Timeout', or error occurred'successCallback'called with false.Name Type Description sExtstring optional File extension. fCallbackITHit.WebDAV.Client.BrowserExtension~IsProtocolAvailableAsync Function to call when operation is completed.
Type Definitions
-
GetDavProtocolAppVersionAsyncCallback(oAsyncResult)
GetDavProtocolAppVersionAsyncCallback -
Callback function to be called when protocol version retrieved.
Name Type Description oAsyncResultITHit.WebDAV.Client.AsyncResult Result object Name Type Description Resultstring Protocol version. -
IsProtocolAvailableAsyncCallback(oAsyncResult)
IsProtocolAvailableAsyncCallback -
Callback function to be called when protocol support checked.
Name Type Description oAsyncResultITHit.WebDAV.Client.AsyncResult Result object Name Type Description Resultboolean Is protocol supported.