SPCache.DeleteByIndexedValue Method
Deletes from the cache with the specified object type all objects that match the indexed key-value pair.
Namespace: Microsoft.Office.Server.ObjectCache
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Sub DeleteByIndexedValue ( _
objectTypeName As String, _
indexedProperty As String, _
IndexedValue As String _
)
'Usage
Dim instance As SPCache
Dim objectTypeName As String
Dim indexedProperty As String
Dim IndexedValue As String
instance.DeleteByIndexedValue(objectTypeName, _
indexedProperty, IndexedValue)
public void DeleteByIndexedValue(
string objectTypeName,
string indexedProperty,
string IndexedValue
)
Parameters
- objectTypeName
Type: System.String
- indexedProperty
Type: System.String
- IndexedValue
Type: System.String