SubmitFileActivity Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to submit a file to a specified document repository.
The SubmitFileActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SubmitFileActivity | Initializes a new instance of the SubmitFileActivity 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. | |
__ListId | Gets or sets the ID of the SharePoint Foundation 2010 list on which the item resides. | |
__ListItem | Gets or sets the specified SharePoint Foundation 2010 list item on the designated list. | |
Action | Gets or sets the action to indicate whether to move the file to the Destination, copy the file, or move the file and leave a link. | |
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
Destination | Gets or sets the location where the file will be saved. | |
Enabled | (Inherited from Activity.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
Explanation | Gets or sets the value containing an explanation or description to accompany the file submission. | |
IsDynamicActivity | (Inherited from Activity.) | |
Name | (Inherited from Activity.) | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
QualifiedName | (Inherited from Activity.) | |
ReturnResult | Gets or sets a string value containing the results of the workflow 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 property for use by the workflow runtime. | |
__ListIdProperty | The DependencyProperty object that promotes the __ListId property for use by the workflow runtime. | |
__ListItemProperty | The DependencyProperty object that promotes the __ListItem property for use by the workflow runtime. | |
ActionProperty | The DependencyProperty object that promotes the __Action() property for use by the workflow runtime. | |
DestinationProperty | The DependencyProperty object that promotes the __Destination() property for use by the workflow runtime. | |
ExplanationProperty | The DependencyProperty object that promotes the __Explanation() property for use by the workflow runtime. | |
ReturnResultProperty | The DependencyProperty object that promotes the __ReturnResult() property for use by the workflow runtime. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComponent.Disposed | (Inherited from DependencyObject.) |
Top