UpdateItemActivity members
Defines a workflow activity that is used to update an item in a list or document library.
The UpdateItemActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UpdateItemActivity | Initializes a new instance of the UpdateItemActivity 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.) | |
ItemProperties | Gets or sets the hash table of properties to set on the item specified by the ListItem property. | |
ListId | Gets or sets the ID of the list that contains the item to be updated. | |
ListItem | Gets or sets the ID of the item to be updated. | |
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 property that the class promotes for use by the workflow runtime. | |
ItemPropertiesProperty | Represents the ItemProperties property that the class promotes for use by the workflow runtime. | |
ListIdProperty | Represents the ListId property that the class promotes for use by the workflow runtime. | |
ListItemProperty | Represents the ListItem property that the class promotes for use by the workflow runtime. |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IComponent.Disposed | (Inherited from DependencyObject.) |
Top