Method RestoreScene
RestoreScene(string, string)
Performs a scene restore operation: copies the scene (with new filename) in the scenes directory, integrates it in the SCENES.LST file so that the scene san be seen for example in "File|Open" KitchenDraw dialog box, and assigns the scene to a specified KitchenDraw user.
Declaration
public string RestoreScene(string sceneFilename, string userIdentifier)
Parameters
Type | Name | Description |
---|---|---|
string | sceneFilename | The scene to restore. |
string | userIdentifier | Identifier of a user to which the scene will be assigned. |
Returns
Type | Description |
---|---|
string | A filename which was assigned to an imported copy of scene. |