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 a mapped URL parameter at the given index.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(Name = "{0}.GetMappedName")]
public static string GetMappedParameterName(
	 location,
	int index
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.GetMappedName")> _
Public Shared Function GetMappedParameterName ( _
	location As , _
	index As Integer _
) As 

Parameters

location
Locator
The location.
index
Int32
The index (1-based) of the URL parameter.

Return Value

String

See Also

Advanced