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.
Specifies the server-side command handler used by the controls of the SPPageStateControl control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Enumeration TransitionCommandHandler
'Usage
Dim instance As SPPageStateControl.TransitionCommandHandler
public enum TransitionCommandHandler
Members
| Member name | Description | |
|---|---|---|
| Save | Specifies a command handler that performs a save operation. | |
| SaveBeforeNavigate | Specifies a command handler that performs a save operation before navigating to another page. | |
| SaveAndStopEditing | Specifies a command handler that performs a save operation and takes the page out of edit mode. | |
| Edit | Specifies the command handler that brings the page into edit mode. | |
| DontSaveAndStopEdit | Specifies the command handler that cancels the save operation and moves the pages out of edit mode. | |
| Checkin | Specifies the command handler that performs the check-in operation. | |
| Checkout | Specifies the command handler that performs the checkout operation. | |
| OverrideCheckout | Specifies the command handler that overrides a checkout. | |
| DiscardCheckout | Specifies the command handler that cancels the checkout operation. | |
| SubmitForApproval | Specifies a command handler that submits a page for approval. | |
| CancelApproval | Specifies the command handler that cancels an approval. | |
| Publish | Specifies the command handler that performs a publish operation. | |
| Unpublish | Specifies a command handler that removes a published page. | |
| Approve | Specifies the command handler that performs the approve operation. | |
| Reject | Specifies a command handler that performs a rejection operation. | |
| Delete | Specifies the command handler that performs the delete operation. | |
| UpdatePageState | Specifies a command handler that updated the page state. | |
| NumberOfCommandHandlers | Specifies the command handler that contains the number of command handlers. |