Share via


IResourceStoreCOM.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
Function Delete ( _
    resourcePath As String _
) As Boolean
'Usage
Dim instance As IResourceStoreCOM
Dim resourcePath As String
Dim returnValue As Boolean

returnValue = instance.Delete(resourcePath)
bool Delete(
    string resourcePath
)

Parameters

  • resourcePath
    Type: System.String

    The path of the resource to remove.

Return Value

Type: System.Boolean
[true] if the resource was removed; otherwise, [false].

See Also

Reference

IResourceStoreCOM Interface

IResourceStoreCOM Members

Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage Namespace