ItemCache.NotifyItemDeleted Method
Deletes the notify item.
[Visual Basic]
Public Sub NotifyItemDeleted( _
ByVal
itemID As
ID, _
ByVal
parentID As
ID _
)
[C#]
public
void NotifyItemDeleted(
ID itemID,
ID parentID);
Parameters
-
itemID
- Item ID.
-
parentID
- Parent ID.
See Also
ItemCache Class | Sitecore.Caching Namespace