GetCurrentListId class

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

Inheritance hierarchy

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

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

Syntax

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

GetCurrentListId members

Microsoft.SharePoint.WorkflowServices.Activities namespace