DeleteItemActivity Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to delete the specified item from its list or document library.
The DeleteItemActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DeleteItemActivity | Initializes a new instance of the DeleteItemActivity class. |
Top
Properties
Name | Description | |
---|---|---|
__Context | Gets or sets the workflow context that contains properties that are associated with the active workflow instance. | |
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
Enabled | (Inherited from Activity.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
IsDynamicActivity | (Inherited from Activity.) | |
ListId | Gets or sets the identifier (ID) of the list that contains the item. | |
ListItem | Gets or sets the index of the item in the list that this activity deletes. | |
Name | (Inherited from Activity.) | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
QualifiedName | (Inherited from Activity.) | |
Site | (Inherited from DependencyObject.) | |
UserData | (Inherited from DependencyObject.) | |
WorkflowInstanceId | (Inherited from Activity.) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
Canceling | (Inherited from Activity.) | |
Closed | (Inherited from Activity.) | |
Compensating | (Inherited from Activity.) | |
Executing | (Inherited from Activity.) | |
Faulting | (Inherited from Activity.) | |
StatusChanged | (Inherited from Activity.) |
Top
Fields
Name | Description | |
---|---|---|
__ContextProperty | Represents the __Context that the class promotes for use by the workflow runtime. | |
ListIdProperty | Represents the ListId that the class promotes for use by the workflow runtime. | |
ListItemProperty | Represents the ListItem that the class promotes for use by the workflow runtime. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComponent.Disposed | (Inherited from DependencyObject.) |
Top