This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Sets the constraint for specified parameter.

Namespace: Smartsite.Web.Commands
Assembly:  Smartsite.Web (in Smartsite.Web.dll)

Syntax

C#Copy imageCopy Code
public void SetParameterConstraint(
	string name,
	string constraint
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub SetParameterConstraint ( _
	name As , _
	constraint As  _
)

Parameters

name
String
The name.
constraint
String
The constraint.

See Also

Advanced