Share via


CheckOutItemActivity.Execute method

Called by the workflow runtime to execute the activity.

Namespace:  Microsoft.SharePoint.WorkflowActions.WithKey
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
Protected Overrides Function Execute ( _
    context As ActivityExecutionContext _
) As ActivityExecutionStatus
'Usage
Dim context As ActivityExecutionContext
Dim returnValue As ActivityExecutionStatus

returnValue = Me.Execute(context)
protected override ActivityExecutionStatus Execute(
    ActivityExecutionContext context
)

Parameters

Return value

Type: System.Workflow.ComponentModel.ActivityExecutionStatus
Returns ActivityExecutionStatus.

See also

Reference

CheckOutItemActivity class

CheckOutItemActivity members

Microsoft.SharePoint.WorkflowActions.WithKey namespace