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.
Maps the given URL parameter position to the given name.

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

Syntax

C#Copy imageCopy Code
public void Map(
	bool readOnly,
	int index,
	string name
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub Map ( _
	readOnly As , _
	index As Integer, _
	name As  _
)

Parameters

readOnly
Boolean
if set to true [read only].
index
Int32
The index (1-based).
name
String
The name to map the URL parameter position to.

See Also

Advanced