Method GetScenes
GetScenes(string, bool, string, SceneListSortingType)
Returns the scenes located in the given directory and listes in the SCENES.LST file in that directory.
Declaration
public IList<Appli.SceneSummary> GetScenes(string scenesDir = "", bool statOnly = false, string sellerIdentifier = "", Appli.SceneListSortingType sortType = SceneListSortingType.AscendingNames)
Parameters
Type | Name | Description |
---|---|---|
string | scenesDir | Directory from which the scenes should be listed. If this parameter is empty, the scenes directory defined in the "Setup|System" KitchenDraw dialog box file will be used. |
bool | statOnly | If |
string | sellerIdentifier | Identifer of seller whose scenes should be listed. If an empty string is passed, scenes belonging to any seller will be returned. |
Appli.SceneListSortingType | sortType | The list will be sorted according to this sorting type. |
Returns
Type | Description |
---|---|
IList<Appli.SceneSummary> |