Cloud Storage Integrator 2016 .NET Edition
Cloud Storage Integrator 2016 .NET Edition
Questions / Feedback?

ResourceMarker Property

The marker specifying the next set of results.

Syntax

[VB.NET]
Public Property ResourceMarker As String

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

Remarks

This property is populated by the component after calling ListResources if the results are paged. If this property is populated there are additional results. Call ListResources again to get the next page of results. When the last page of results is retrieved this property will be set to empty string.

The default page size is 200 items. The page size can be specified by setting MaxResults.

This property is also used after calling ListChanges. See ListChanges for more details.

This property is not available at design time.

Default Value

""

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 .NET Edition - Version 16.0 [Build 7239]