LookupSPListItemGuid class

Provides a workflow activity to lookup a SharePoint list item with the specified globally unique identifier (GUID).

Inheritance hierarchy

System.Object
  System.Activities.Activity
    System.Activities.ActivityWithResult
      System.Activities.Activity<Guid>
        Microsoft.SharePoint.WorkflowServices.Activities.LookupSPListItemGuid

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
Public NotInheritable Class LookupSPListItemGuid _
    Inherits Activity(Of Guid)
'Usage
Dim instance As LookupSPListItemGuid
public sealed class LookupSPListItemGuid : Activity<Guid>

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

LookupSPListItemGuid members

Microsoft.SharePoint.WorkflowServices.Activities namespace