Web API Core | ComponentOne
C1.Web.Api.DataEngine.Data Namespace / FlexPivotEngineProviderManager Class / SetDefaultWorkspacePath Method
The path of the default workspace.

In This Topic
    SetDefaultWorkspacePath Method (FlexPivotEngineProviderManager)
    In This Topic
    Sets the default workspace path for the DataEngine data.
    Syntax
    'Declaration
     
    
    Public Sub SetDefaultWorkspacePath( _
       ByVal path As String _
    ) 
    public void SetDefaultWorkspacePath( 
       string path
    )

    Parameters

    path
    The path of the default workspace.
    See Also