FindActivity Class
Defines a workflow activity that is used to find an item in a list.
Inheritance Hierarchy
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
Microsoft.SharePoint.WorkflowActions.WithKey.FindActivity
Namespace: Microsoft.SharePoint.WorkflowActions.WithKey
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<ActivityValidatorAttribute(GetType(FindActivityValidator))> _
Public Class FindActivity _
Inherits Activity
'Usage
Dim instance As FindActivity
[ActivityValidatorAttribute(typeof(FindActivityValidator))]
public class FindActivity : Activity
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.SharePoint.WorkflowActions.WithKey Namespace
Other Resources
Workflows in SharePoint Foundation
Workflow Activities for SharePoint Foundation