UndoCheckOutItemActivity class

Performs an undo checkout on a specified Microsoft SharePoint Foundation 2010 list item.

Inheritance hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.SharePoint.WorkflowActions.WithKey.UndoCheckOutItemActivity

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

Syntax

'Declaration
<ActivityValidatorAttribute(GetType(UndoCheckOutItemActivityValidator))> _
Public Class UndoCheckOutItemActivity _
    Inherits Activity
'Usage
Dim instance As UndoCheckOutItemActivity
[ActivityValidatorAttribute(typeof(UndoCheckOutItemActivityValidator))]
public class UndoCheckOutItemActivity : Activity

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

UndoCheckOutItemActivity members

Microsoft.SharePoint.WorkflowActions.WithKey namespace