Applies to:
- Winshuttle Foundation
SetConfig
These operations allow you to set site-scoped or list-scoped Configurator values using the command line.
Usage
The following example sets the display of the form default buttons to render (or not render) for a given form:
svadm -o setconfig -url http://MySharePoint/MyForms -list "My Form" -name "FormDefaultButtons" -value "false"
                                            
Options
| Name | Description | Required | 
| -list | The name of the SharePoint list. | One of list or listtype is required | 
| -listtype | The numeric value for the list type. The selected list will be matched on this type value instead of the list's name. | One of list or listtype is required | 
| -name | The name of the Configurator key. | Yes | 
| -url | The URL of the site that contains the SharePoint list. | Yes | 
| -value | The value to associate with the Configurator key. | Yes | 
