Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |