identityMarker (property)

The offset marker used to navigate paged results.

Syntax

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

Default Value

""

Remarks

This property holds the offset marker used to request the next page of results. This may be automatically populated after a call to ListIdentities. If this holds a value, subsequent calls to ListIdentities will use this value to get the next page of results. See also: ListIdentities, IsPaged.

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