CheckInItemActivity class

Checks in a specified list item and furnishes comments.

Inheritance hierarchy

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

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

Syntax

'Declaration
<ToolboxBitmapAttribute(GetType(CheckInItemActivity), "Resources.CheckInItemActivity.bmp")> _
<ActivityToolboxDisplayAttribute("VSTTSharePointItem", True)> _
<ActivityValidatorAttribute(GetType(CheckInItemActivityValidator))> _
Public Class CheckInItemActivity _
    Inherits Activity
'Usage
Dim instance As CheckInItemActivity
[ToolboxBitmapAttribute(typeof(CheckInItemActivity), "Resources.CheckInItemActivity.bmp")]
[ActivityToolboxDisplayAttribute("VSTTSharePointItem", true)]
[ActivityValidatorAttribute(typeof(CheckInItemActivityValidator))]
public class CheckInItemActivity : 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

CheckInItemActivity members

Microsoft.SharePoint.WorkflowActions.WithKey namespace