IScmManager.CreateScmRepositorySetting method
Namespace: NextDesign.Desktop
Description
Generates a new configuration management connection set with the specified connection information.
argument
| Name | Type | Description |
|---|---|---|
| type | string | Repository type - "Subversion" |
| name | string | Repository Name |
| account | string | connection account name |
| password | string | connection password |
| url | string | Destination URL |
| isManaged | bool | Register as managed |
Return value
Exceptions
| Name | Exception Class | Description |
|---|---|---|
| Invalid argument | ExtensionArgumentException | If the parameter is invalid - The specified repository type is out of range |
| Illegal operation | ExtensionInvalidOperationException | If the same connection setting has already been registered |