| IGameUpdateTitleAndMigrateMedia Method |
This will allow you to rename the game as well as all associated media
Namespace: Unbroken.LaunchBox.Plugins.DataAssembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax void UpdateTitleAndMigrateMedia(
string newTitle
)
Sub UpdateTitleAndMigrateMedia (
newTitle As String
)
void UpdateTitleAndMigrateMedia(
String^ newTitle
)
abstract UpdateTitleAndMigrateMedia :
newTitle : string -> unit
Parameters
- newTitle String
- The title you are changing the game to
See Also