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.
Used to initialize Url Parameter settings.

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

Syntax

C#Copy imageCopy Code
public static void Setup(
	bool enabled,
	bool useDashForSpace,
	string endPointSuffix
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Sub Setup ( _
	enabled As , _
	useDashForSpace As , _
	endPointSuffix As  _
)

Parameters

enabled
Boolean
if set to true url parameters is enabled.
useDashForSpace
Boolean
if set to true [use dash for space].
endPointSuffix
String
The end point suffix.

See Also

Advanced