Descendant data space items of a specified type.
[Visual Basic .NET] Public Function get_DescendantDataSpaceItemsByType ( _ ByVal path As String, _ ByVal Type As esriDiscoveryDataSpaceItemType _ ) As IEnumDiscoveryDataSpaceItem
[C#] public IEnumDiscoveryDataSpaceItem get_DescendantDataSpaceItemsByType ( string path, esriDiscoveryDataSpaceItemType Type );
[C++]
HRESULT get_DescendantDataSpaceItemsByType(
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.