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.
Gets or sets the status of trapping the event.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property Status As SPEventReceiverStatus
Get
Set
'Usage
Dim instance As SPEventPropertiesBase
Dim value As SPEventReceiverStatus
value = instance.Status
instance.Status = value
public SPEventReceiverStatus Status { get; set; }
Property Value
Type: Microsoft.SharePoint.SPEventReceiverStatus
A SPEventReceiverStatus value that specifies the status.
Remarks
A value of Continue means that there is no error.
A value of CancelNoError means to silently cancel the request as if the request has succeeded.
A value of CancelWithError means to cancel the request with the error message specified in ErrorMessage.
A value of CancelWithRedirectUrl means to cancel the request and redirect to the URL specified in RedirectUrl.