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.
Creates an event that waits for the item to be unchecked out.
Namespace: Microsoft.SharePoint.WorkflowActions.WithKey
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Protected Sub SubscribeUncheckOutEvent ( _
executionContext As ActivityExecutionContext, _
correlationGuid As Guid _
)
'Usage
Dim executionContext As ActivityExecutionContext
Dim correlationGuid As Guid
Me.SubscribeUncheckOutEvent(executionContext, _
correlationGuid)
protected void SubscribeUncheckOutEvent(
ActivityExecutionContext executionContext,
Guid correlationGuid
)
Parameters
executionContext
Type: System.Workflow.ComponentModel.ActivityExecutionContextA workflow context that contains properties that are associated with the activity.
correlationGuid
Type: System.GuidThe GUID of the list item.
Remarks
This method creates an event that waits for the item to be unchecked out.
See Also
Reference
WaitForDocumentStatusActivity Class