IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

queryParamValue (property)

The value of the query parameter.

Syntax

- (NSString*)queryParamValue:(int)queryParamIndex;
- (void)setQueryParamValue:(int)queryParamIndex:(NSString*)newQueryParamValue;
public func queryParamValue(queryParamIndex: Int32) throws -> String
public func setQueryParamValue(queryParamIndex: Int32, newQueryParamValue: String) throws -> Void

Default Value

""

Remarks

The value of the query parameter.

This property specifies the value of the query parameter. The class will automatically URL-encode this value when sending the request.

The QueryParamIndex parameter specifies the index of the item in the array. The size of the array is controlled by the QueryParamCount property.

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