KitchenDraw SDK 2
Show / Hide Table of Contents

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 true, only the scenes with "Stat." flag enabled will be returned.

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>
In this article
Back to top Generated by DocFX