File SmartCollections.lua
Functions
SmartCollections:getPhotos (smartColl, options) | Get photos defined by rules of specified smart collection. |
SmartCollections:new (t) | Constructor for new instance. |
SmartCollections:newClass (t) | Constructor for extending class. |
Functions
- SmartCollections:getPhotos (smartColl, options)
-
Get photos defined by rules of specified smart collection.
Parameters:
-
smartColl
: (LrCollection, required) must be smart. -
options
: (table, optional) members: sort, & ascending. Defaults are 'captureTime' and true, respectively.
-
- SmartCollections:new (t)
-
Constructor for new instance.
Parameters:
-
t
:
-
- SmartCollections:newClass (t)
-
Constructor for extending class.
Parameters:
-
t
:
-