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.
Gets the value of an url parameter by index.

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

Syntax

C#Copy imageCopy Code
public string GetValue(
	int index
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function GetValue ( _
	index As Integer _
) As 

Parameters

index
Int32
The index (1-based).

Return Value

String

See Also

Advanced