| IDataManagerGetGameById Method |
Gets a Game via the Game's ID.
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 IGame GetGameById(
string id
)
Function GetGameById (
id As String
) As IGame
IGame^ GetGameById(
String^ id
)
abstract GetGameById :
id : string -> IGame
Parameters
- id String
- The ID of the Game to retrieve. Maps up directly to the Game's Id property.
Return Value
IGameThe Game with the specified ID, or NULL if not found.
See Also