This topic has not yet been rated - Rate this topic

SPPageStateControl.TransitionCommandHandler Enumeration

SharePoint 2010

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
public enum TransitionCommandHandler
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.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ