Share via


Builders.EnsureListItemData method

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

Syntax

'Declaration
Public Shared Function EnsureListItemData ( _
    taskListId As Variable(Of Guid), _
    itemGuid As Variable(Of Guid), _
    itemId As Variable(Of Integer), _
    limitedPayload As Variable(Of Boolean), _
    outcomeFieldInternalName As Variable(Of String), _
    outcomeFieldEntityPropertyName As Variable(Of String), _
    listItemProperties As Variable(Of IDictionary(Of String, Object)) _
) As Activity
'Usage
Dim taskListId As Variable(Of Guid)
Dim itemGuid As Variable(Of Guid)
Dim itemId As Variable(Of Integer)
Dim limitedPayload As Variable(Of Boolean)
Dim outcomeFieldInternalName As Variable(Of String)
Dim outcomeFieldEntityPropertyName As Variable(Of String)
Dim listItemProperties As Variable(Of IDictionary(Of String, Object))
Dim returnValue As Activity

returnValue = Builders.EnsureListItemData(taskListId, _
    itemGuid, itemId, limitedPayload, _
    outcomeFieldInternalName, outcomeFieldEntityPropertyName, _
    listItemProperties)
public static Activity EnsureListItemData(
    Variable<Guid> taskListId,
    Variable<Guid> itemGuid,
    Variable<int> itemId,
    Variable<bool> limitedPayload,
    Variable<string> outcomeFieldInternalName,
    Variable<string> outcomeFieldEntityPropertyName,
    Variable<IDictionary<string, Object>> listItemProperties
)

Parameters

Return value

Type: System.Activities.Activity

See also

Reference

Builders class

Builders members

Microsoft.SharePoint.WorkflowServices.Activities namespace