IScmManager.CreateScmRepositorySetting Method
Namespace: NextDesign.Desktop
Description
Creates a new configuration management connection setting with the specified connection information.
Arguments
Name | Type | Description |
---|---|---|
type | string | Repository type - "Subversion" |
name | string | Repository Name |
account | string | Connection account name |
password | string | Connection password |
url | string | Connection URL |
isManaged | bool | Register as managed |
Return value
Exceptions
Name | Exception class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If the parameter is invalid - A repository type outside the range was specified. |
Invalid operation | ExtensionInvalidOperationException | If the same connection settings are already registered |