ArcObjects Library Reference (Carto)  

IDataBrowser.Workspaces Property

The workspaces in the specified path.

[Visual Basic .NET]
Public Function get_Workspaces ( _
    ByVal Path As String _
) As IEnumWorkspace
[C#]
public IEnumWorkspace get_Workspaces (
    string Path
);
[C++]
HRESULT get_Workspaces(
  BSTR Path,
  IEnumWorkspace** Workspaces
);
[C++]

Parameters

Path [in]   Path is a parameter of type BSTR Workspaces [out, retval]

  Workspaces is a parameter of type IEnumWorkspace

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDataBrowser Interface