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