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 Code |
---|---|
public void SetParameterConstraint( string name, string constraint ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Sub SetParameterConstraint ( _ name As , _ constraint As _ ) |
Parameters
- name
- String
The name.
- constraint
- String
The constraint.
See Also
CommandBase Class
Smartsite.Web.Commands Namespace