ArcObjects Library Reference (GISClient)  

IDiscoveryServerObjectAdmin.DataSpaceItemsByType Property

Data space items of a specified type.

[Visual Basic .NET]
Public Function get_DataSpaceItemsByType ( _
    ByVal path As String, _
    ByVal Type As esriDiscoveryDataSpaceItemType _
) As IEnumDiscoveryDataSpaceItem
[C#]
public IEnumDiscoveryDataSpaceItem get_DataSpaceItemsByType (
    string path,
    esriDiscoveryDataSpaceItemType Type
);
[C++]
HRESULT get_DataSpaceItemsByType(
  BSTR path,
  esriDiscoveryDataSpaceItemType Type,
  IEnumDiscoveryDataSpaceItem** ppDSIs
);
[C++]

Parameters

path [in]   path is a parameter of type BSTR Type [in]

  Type is a parameter of type esriDiscoveryDataSpaceItemType

ppDSIs [out, retval]

  ppDSIs is a parameter of type IEnumDiscoveryDataSpaceItem

Product Availability

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

See Also

IDiscoveryServerObjectAdmin Interface