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

ItemMarker Property

The marker of the last item from the previous listing.

Syntax

[VB.NET]
Public Property ItemMarker As String

[C#]
public string ItemMarker {get; set;}

Remarks

This property will be populated when ListItems is called and the results are paged. It holds a marker that is used in the next call to ListItems to get the next page of results. After getting the last page of results this property will be empty. To get all the results continue to call ListItems until this property is empty.

Default Value

""

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