CreateItemActivity Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to create an 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 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.) | |
ItemProperties | Gets or sets a hash table of properties and values that are written to the item. | |
ListId | Gets or sets the GUID or display name of the list or document library containing the item. | |
Name | (Inherited from Activity.) | |
NewItemId | The new item that this activity creates. | |
Overwrite | Gets or sets a value that indicates whether this activity overwrites the item if it already exists in the specified document library. | |
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 a __Context property that the class promotes for use by the workflow runtime. | |
ItemPropertiesProperty | Represents an ItemProperties property that the class promotes for use by the workflow runtime. | |
ListIdProperty | Represents a ListId property that the class promotes for use by the workflow runtime. | |
NewItemIdProperty | Represents a NewItemId property that the class promotes for use by the workflow runtime. | |
OverwriteProperty | Represents an Overwrite property that the class promotes for use by the workflow runtime. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComponent.Disposed | (Inherited from DependencyObject.) |
Top