UndoCheckOutItemActivity Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to undo the checkout of a document from its document library.
The UndoCheckOutItemActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UndoCheckOutItemActivity | Initializes a new instance of the UndoCheckOutItemActivity class. |
Top
Properties
Name | Description | |
---|---|---|
__Context | Gets or sets the WorkflowContext object that contains the properties associated with the 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 globally unique identifier (GUID) or list name from which the checkout of the document is undone. | |
ListItem | Gets or sets the identifier (ID) of the document for which the checkout is undone. | |
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 DependencyProperty that promotes the __Context property for use by the workflow runtime. | |
ListIdProperty | Represents the DependencyProperty that promotes the ListId property for use by workflow runtime. | |
ListItemProperty | Represents the DependencyProperty that promotes the ListItem property for use by workflow runtime. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComponent.Disposed | (Inherited from DependencyObject.) |
Top