Creates a new site configuration parameter.
Visual Basic |
---|
Public Function CreateSiteSingleParam( _ ByVal ParamName As String, _ ByVal ParamValue As String, _ ByVal ParamDescription As String _ ) As String |
- ParamName
- The parameter name.
- ParamValue
- The new parameter value.
- ParamDescription
- The new parameter description.
Returns "1" on success.