IASSPClientProxy.IsWorkbookInFarm(String) Method

Definition

Test whether or not a given workbook is hosted in the local SharePoint farm.

public bool IsWorkbookInFarm (string in_bstrWorkbookPath);
abstract member IsWorkbookInFarm : string -> bool
Public Function IsWorkbookInFarm (in_bstrWorkbookPath As String) As Boolean

Parameters

in_bstrWorkbookPath
String

The absolute path of the workbook.

Returns

Boolean

True, if the specified path is the absolute path of an Excel workbook hosted in the current SharePoint farm; otherwise, false.

Applies to