PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Adds a parameter.

Namespace: Smartsite.Core
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public void AddParameter(
	string name,
	string value
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub AddParameter ( _
	name As , _
	value As  _
)

Parameters

name
String
value
String

See Also

OAuth Class
Smartsite.Core Namespace
Advanced