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 enumerator object that indicates a type of change to a [T:Microsoft.SharePoint.Administration.SPPersistedObject.]
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Enumeration SPPersistedObjectChangeEvent
'Usage
Dim instance As SPPersistedObjectChangeEvent
public enum SPPersistedObjectChangeEvent
Members
| Member name | Description | |
|---|---|---|
| Create | Enumeration value = 0 indicating that a SPPersistedObject object has been created. | |
| Change | Enumeration value = 1 indicating that a change to a SPPersistedObject object has occurred. | |
| Delete | Enumeration value = 0 indicating that a SPPersistedObject object has been deleted. |