ISPCache.Delete Method (String, String, Boolean)
Deletes a specified object 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 Delete ( _
objectTypeName As String, _
id As String, _
recursive As Boolean _
)
'Usage
Dim instance As ISPCache
Dim objectTypeName As String
Dim id As String
Dim recursive As Boolean
instance.Delete(objectTypeName, id, recursive)
void Delete(
string objectTypeName,
string id,
bool recursive
)
Parameters
- objectTypeName
Type: System.String
- id
Type: System.String
The unique identifier of the cached object.
- recursive
Type: System.Boolean
A Boolean value that determines whether the child objects of the specified object are to be deleted.