IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

childMarker (property)

A marker when child resources are paged.

Syntax

@property (nonatomic,readwrite,assign,getter=childMarker,setter=setChildMarker:) NSString* childMarker;
- (NSString*)childMarker;
- (void)setChildMarker:(NSString*)newChildMarker;
public var childMarker: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property returns a marker used to iterate over pages of child resources; it's populated when ListChildren is called if the results are paged.

Continue to call ListChildren until this property returns empty string in order to list all resources.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 iOS Edition - Version 20.0 [Build 8265]