| IGameGetVideoPath(Boolean) Method |
[Missing <summary> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IGame.GetVideoPath(System.Boolean)"]
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 string GetVideoPath(
bool prioritizeThemeVideos = false
)
Function GetVideoPath (
Optional prioritizeThemeVideos As Boolean = false
) As String
String^ GetVideoPath(
bool prioritizeThemeVideos = false
)
abstract GetVideoPath :
?prioritizeThemeVideos : bool
(* Defaults:
let _prioritizeThemeVideos = defaultArg prioritizeThemeVideos false
*)
-> string
Parameters
- prioritizeThemeVideos Boolean (Optional)
[Missing <param name="prioritizeThemeVideos"/> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IGame.GetVideoPath(System.Boolean)"]
Return Value
String[Missing <returns> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IGame.GetVideoPath(System.Boolean)"]
See Also