CopyItemActivity Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to copy the specified item from its document library to the specified destination document library.
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 object 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 ID of the item that this activity copies. | |
Name | (Inherited from Activity.) | |
Overwrite | Gets or sets whether the item is overwritten when it already exists 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 ID of the list to which the item is copied. | |
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 DependencyProperty object that promotes the __Context property for use by the workflow runtime. | |
ListIdProperty | Represents the DependencyProperty object that promotes the ListId property for use by the workflow runtime. | |
ListItemProperty | Represents the DependencyProperty object that promotes the ListItem property for use by the workflow runtime. | |
OverwriteProperty | Represents the DependencyProperty object that promotes the Overwrite property for use by the workflow runtime. | |
ToListIdProperty | Represents 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