FindValueActivity Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to find a list item containing a specified value.
The FindValueActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
FindValueActivity | Initializes a new instance of the FindValueActivity 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. |
![]() |
Description | (Inherited from Activity.) |
![]() |
DesignMode | (Inherited from DependencyObject.) |
![]() |
Enabled | (Inherited from Activity.) |
![]() |
ExecutionResult | (Inherited from Activity.) |
![]() |
ExecutionStatus | (Inherited from Activity.) |
![]() |
ExternalFieldName | Gets or sets the name of the field that the workflow should look for the specified value. |
![]() |
ExternalListId | Gets or sets the Microsoft SharePoint Foundation 2010 list ID of the list where the value is to be retrieved. |
![]() |
FindValue | Gets or sets the value that the workflow should search for in the specified Microsoft SharePoint Foundation 2010 list. |
![]() |
IsDynamicActivity | (Inherited from Activity.) |
![]() |
Name | (Inherited from Activity.) |
![]() |
Parent | (Inherited from Activity.) |
![]() |
ParentDependencyObject | (Inherited from DependencyObject.) |
![]() |
QualifiedName | (Inherited from Activity.) |
![]() |
ReturnValue | Gets or sets the Microsoft SharePoint Foundation 2010 list item where the specified value was found. |
![]() |
Site | (Inherited from DependencyObject.) |
![]() |
UserData | (Inherited from DependencyObject.) |
![]() |
ValueType | Gets or sets a string value indicating data type of the value returned from the workflow activity. |
![]() |
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 __Context property for use by the workflow runtime. |
![]() ![]() |
ExternalFieldNameProperty | The DependencyProperty object that promotes the ExternalFieldName property for use by the workflow runtime. |
![]() ![]() |
ExternalListIdProperty | The DependencyProperty object that promotes the ExternalListId property for use by the workflow runtime. |
![]() ![]() |
FindValueProperty | The DependencyProperty object that promotes the FindValue property for use by the workflow runtime. |
![]() ![]() |
ReturnValueProperty | The DependencyProperty object that promotes the ReturnValue property for use by the workflow runtime. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IDynamicPropertyTypeProvider.GetAccessType | Returns the access type for the specified property. |
![]() ![]() |
IDynamicPropertyTypeProvider.GetPropertyType | Returns the access type of the specified property. |
![]() ![]() |
IComponent.Disposed | (Inherited from DependencyObject.) |
Top