IPWorks S/MIME 2020 iOS Edition

Questions / Feedback?

searchRange (property)

A range for the GroupSearch method (first-last).

Syntax

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

Default Value

"-"

Remarks

This property specifies a range of articles for which to do a search on the server. The format is 'first-last' where first is "" (empty string) or a positive number, and last is "" (empty string), a positive number, or the token end.

The default value of the property is '-', meaning 'search all articles in the group'.

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