Class LrDevelopPresetFolder
This class provides access to a develop-preset folder, and to the LrDevelopPreset objects for the contained presets.
Access the functions and properties from the object. Retrieve the objects for all the folders by calling LrApplication.getDevelopPresetFolders().
Summary
Retrieves the develop-preset children of this folder.
Retrieves the name of this folder.
Retrieves the path of this folder.
Reports the type of this object.
Functions
- folder:getDevelopPresets()
-
Retrieves the develop-preset children of this folder.
First supported in version 3.0 of the Lightroom SDK.
Return value
(array ofLrDevelopPreset
) The develop-preset objects. - folder:getName()
-
Retrieves the name of this folder.
First supported in version 3.0 of the Lightroom SDK.
Return value
(string) The name. - folder:getPath()
-
Retrieves the path of this folder.
First supported in version 3.0 of the Lightroom SDK.
Return value
(string) The path. - folder:type()
-
Reports the type of this object.
First supported in version 4.1 of the Lightroom SDK.
Return value
(string) 'LrDevelopPresetFolder'.