'Declaration
Function EditConfiguration( _ ByVal context As IRepositoryContext, _ ByVal configuration As IRepositoryConfiguration, _ ByVal initialConfiguration As Boolean _ ) As DialogResult
DialogResult EditConfiguration( IRepositoryContext context, IRepositoryConfiguration configuration, bool initialConfiguration )
Parameters
- context
- The Repository Context provides a connection to the hosting environment.
- configuration
- The current configuration.
- initialConfiguration
- Indicates if the configuration has ever completed in the current environment.
Return Value
DialogResult.OK if the configuration is complete and should be accepted as the new configuration. Any other result to cancel. If this is the initial configuration and it is not OK the Extension will not be enabled.