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