ISPCache.DeleteByIndexedValue Method

Deletes objects with the specified index name-value pair from the cache with the specified object type.

Namespace:  Microsoft.Office.Server.ObjectCache
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Sub DeleteByIndexedValue ( _
    objectTypeName As String, _
    indexedProperty As String, _
    IndexedValue As String _
)
'Usage
Dim instance As ISPCache
Dim objectTypeName As String
Dim indexedProperty As String
Dim IndexedValue As String

instance.DeleteByIndexedValue(objectTypeName, _
    indexedProperty, IndexedValue)
void DeleteByIndexedValue(
    string objectTypeName,
    string indexedProperty,
    string IndexedValue
)

Parameters

See Also

Reference

ISPCache Interface

ISPCache Members

Microsoft.Office.Server.ObjectCache Namespace