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