Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Client Namespace / IConfigurationEditor Interface / EditConfiguration Method
The Repository Context provides a connection to the hosting environment.
The current configuration.
Indicates if the configuration has ever completed in the current environment.

In This Topic
    EditConfiguration Method (IConfigurationEditor)
    In This Topic
    Called by Loupe to have the configuration editor display itself and edit the provided configuration
    Syntax

    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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also