Hi,
I would like to enumerate raster datasets in folder where other process created them. Something like in ArcObjects:
pDatasets = pWorkspace.get_Datasets(esriDatasetType.esriDTRasterDataset);
I have found information about GetItems here:
https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Content-and-Items#items-and-factories
But I do not know how to get starting item from my folder path, what factory and what item to use.