IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

prefix (property)

A prefix used to restrict the results returned when listing resources or shares.

Syntax

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

Default Value

""

Remarks

This property, if non-empty, is used to restrict the results returned by ListResources or ListShares to only the items whose names begin with the given value.

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