P: Minor mistakes in SDK documentation referencing LrCatalog:getCollections()
The LR 11.4 SDK documentation has a few related minor mistakes:
Page 14 of the Lightroom Classic SDK Programmers Guide:
- LrCatalog:getCollections() should be LrCatalog:getChildCollections()
- LrCatalog:getCollectionSets() should be LrCatalog:getChildCollectionSets()
The API Reference page LrCollection.htm:
- "Retrieve the objects for all the collections by calling LrCatalog.getCollections()." should be "Retrieve the objects for all the top-level collections by calling LrCatalog.getChildCollections()."
Highlighted by @ivan238028450jmx:
