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 name of an Url parameter by index.

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

Syntax

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

Parameters

index
Int32
The index (0-based).

Return Value

String

See Also

Advanced