CopyItemActivity Members
Include Protected Members
Include Inherited Members
Copies a specified list item from one list to another.
The CopyItemActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
CopyItemActivity | Initializes a new instance of the CopyItemActivity class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
__Context | Gets or sets the [WorkflowContext] from which the __ContextProperty property can expose information about the active workflow instance to the workflow runtime. |
![]() |
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 | The ID of the SharePoint Foundation 2010 list on which the item resides. |
![]() |
ListItem | The specified SharePoint Foundation 2010 list item on the designated list. |
![]() |
Name | (Inherited from Activity.) |
![]() |
Overwrite | Gets or sets the property controlling whether a copied list item should overwrite the target list item if a duplicate is found on the target list. |
![]() |
Parent | (Inherited from Activity.) |
![]() |
ParentDependencyObject | (Inherited from DependencyObject.) |
![]() |
QualifiedName | (Inherited from Activity.) |
![]() |
Site | (Inherited from DependencyObject.) |
![]() |
ToListId | Gets or sets the property designating the target list to copy the specified list item to. |
![]() |
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 | The DependencyProperty object that promotes the __Context property for use by the workflow runtime. |
![]() ![]() |
ListIdProperty | The DependencyProperty object that promotes the ListId property for use by the workflow runtime. |
![]() ![]() |
ListItemProperty | The DependencyProperty object that promotes the ListItem property for use by the workflow runtime. |
![]() ![]() |
OverwriteProperty | The DependencyProperty object that promotes the Overwrite property for use by the workflow runtime. |
![]() ![]() |
ToListIdProperty | The DependencyProperty object that promotes the ToListId property for use by the workflow runtime. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IComponent.Disposed | (Inherited from DependencyObject.) |
Top