ResourceStore.Exists Method
Determines whether a specified resource exists.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage
Assembly: Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage (in Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage.dll)
Syntax
'Declaration
Function Exists ( _
path As String _
) As Boolean
'Usage
Dim instance As ResourceStore
Dim path As String
Dim returnValue As Boolean
returnValue = instance.Exists(path)
bool Exists(
string path
)
Parameters
path
Type: System.StringThe path of the resource.
Return Value
Type: System.Boolean
[true] if the resource exists; otherwise, [false].
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage Namespace