DeletionReason Enumeration

An enumeration that defines the possible reasons for an object’s removal from a cache.

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

Syntax

'Declaration
Public Enumeration DeletionReason
'Usage
Dim instance As DeletionReason
public enum DeletionReason

Members

Member name Description
UserRequest The object was removed because it was expressly deleted by a user.
ParentDeleted The object was removed because its parent object was removed.
Trim The object was removed because it was trimmed.
Expired The object was removed because its expiration date is in the past.

See Also

Reference

Microsoft.Office.Server.ObjectCache Namespace