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

In This Topic
    SetDefaultWorkspacePath Method
    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