CreateItemActivity Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to create a new item in the specified list or document library.
The CreateItemActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CreateItemActivity | Initializes a new instance of the CreateItemActivity 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.) | |
ItemProperties | A hashtable collection of properties to be added to the newly created item. | |
ListId | The ID of the SharePoint Foundation 2010 list on which the item resides. | |
Name | (Inherited from Activity.) | |
NewItemId | Gets or sets the ID of the new list item to create. | |
Overwrite | Gets or sets the property indicating whether the newly created list item can overwrite a duplicate list item, if encountered. | |
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 | The DependencyProperty object that promotes the __Context property for use by the workflow runtime. | |
ItemPropertiesProperty | The DependencyProperty object that promotes the ItemProperties property for use by the workflow runtime. | |
ListIdProperty | The DependencyProperty object that promotes the ListId property for use by the workflow runtime. | |
NewItemIdProperty | DependencyProperty object that promotes the NewItemId property for use by the workflow runtime. | |
OverwriteProperty | The DependencyProperty object that promotes the Overwrite property for use by the workflow runtime. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComponent.Disposed | (Inherited from DependencyObject.) |
Top