Web API Core | ComponentOne
Microsoft.AspNetCore.Builder Namespace / AppBuilderUseExtensions Class / SetDefaultWorkspacePath Method

In This Topic
    SetDefaultWorkspacePath Method (AppBuilderUseExtensions)
    In This Topic
    Sets the default workspace path for the DataEngine data.
    Syntax
    'Declaration
     
    
    <ExtensionAttribute()>
    <ObsoleteAttribute("This method has been deprecated. Use IAppBuilder.UseDataEngineProviders().SetDefaultWorkspacePath(string path) instead.")>
    Public Shared Sub SetDefaultWorkspacePath( _
       ByVal app As IApplicationBuilder, _
       ByVal path As String _
    ) 
    [Extension()]
    [Obsolete("This method has been deprecated. Use IAppBuilder.UseDataEngineProviders().SetDefaultWorkspacePath(string path) instead.")]
    public static void SetDefaultWorkspacePath( 
       IApplicationBuilder app,
       string path
    )

    Parameters

    app
    path
    See Also