Click or drag to resize
RequestAddParameter Method
Ability to add parameters other than the ones explicitly exposed.

Namespace: Rally.RestApi
Assembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public bool AddParameter(
	string key,
	string value
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Rally.RestApi.Request.AddParameter(System.String,System.String)"]

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:Rally.RestApi.Request.AddParameter(System.String,System.String)"]

Return Value

Type: Boolean
true if added. false if the key already existed
See Also