ResourceStore.Delete Method
Removes a resource from the resource store.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage
Assembly: Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage (in Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage.dll)
Syntax
'Declaration
Sub Delete ( _
path As String _
)
'Usage
Dim instance As ResourceStore
Dim path As String
instance.Delete(path)
void Delete(
string path
)
Parameters
path
Type: System.StringThe path of the resource to remove.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage Namespace