SharePoint Integrator V4 - Online Help
SharePoint Integrator V4
Questions / Feedback?

GetItemFieldAsync Method

Retrieves the value of a field of an item.

Syntax

[VB.NET]
Public Function GetItemFieldAsync(ByVal ItemIndex As Integer, ByVal FieldName As String) As Task<string>
[C#]
public Task<string> GetItemFieldAsync(int itemIndex, string fieldName);

Remarks

This method is the asynchronous version of the GetItemField method and is used to support asynchronous operations in WinRT. Please refer to GetItemField for more information.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 4.0.6240.0