DeleteItemActivity Class
Deletes a specified list item.
Inheritance Hierarchy
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
Microsoft.SharePoint.WorkflowActions.WithKey.DeleteItemActivity
Namespace: Microsoft.SharePoint.WorkflowActions.WithKey
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<ActivityValidatorAttribute(GetType(DeleteItemActivityValidator))> _
<ToolboxBitmapAttribute(GetType(DeleteItemActivity), "Resources.DeleteItemActivity.bmp")> _
<ActivityToolboxDisplayAttribute("VSTTSharePointItem", True)> _
Public Class DeleteItemActivity _
Inherits Activity
'Usage
Dim instance As DeleteItemActivity
[ActivityValidatorAttribute(typeof(DeleteItemActivityValidator))]
[ToolboxBitmapAttribute(typeof(DeleteItemActivity), "Resources.DeleteItemActivity.bmp")]
[ActivityToolboxDisplayAttribute("VSTTSharePointItem", true)]
public class DeleteItemActivity : 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.