This document is archived and information here might be outdated.  Recommended version.


IDataBrowser.Workspaces Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataBrowser Interface > IDataBrowser.Workspaces Property
ArcGIS Developer Help

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