GetCurrentItemGuid class

Provides a workflow activity that returns the globally unique identifier (GUID) for the current list item in a workflow instance.

Inheritance hierarchy

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

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

Syntax

'Declaration
Public NotInheritable Class GetCurrentItemGuid _
    Inherits Activity(Of Guid)
'Usage
Dim instance As GetCurrentItemGuid
public sealed class GetCurrentItemGuid : 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

GetCurrentItemGuid members

Microsoft.SharePoint.WorkflowServices.Activities namespace