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 names to URL parameters.

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

Syntax

C#Copy imageCopy Code
public void Map(
	bool readOnly,
	params string[] names
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub Map ( _
	readOnly As , _
	ParamArray names As () _
)

Parameters

readOnly
Boolean
if set to true [read only].
names
array<String>[]()
The names to map to each URL parameter position.

See Also

Advanced