IASSPClientProxy.IsWorkbookInFarm(String) 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.
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
True, if the specified path is the absolute path of an Excel workbook hosted in the current SharePoint farm; otherwise, false.