| IPlatformCategoryGetPlatformVideoPath Method |
[Missing <summary> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IPlatformCategory.GetPlatformVideoPath(System.Boolean,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 GetPlatformVideoPath(
bool fallBackToGameVideos = true,
bool allowThemePath = true
)
Function GetPlatformVideoPath (
Optional fallBackToGameVideos As Boolean = true,
Optional allowThemePath As Boolean = true
) As String
String^ GetPlatformVideoPath(
bool fallBackToGameVideos = true,
bool allowThemePath = true
)
abstract GetPlatformVideoPath :
?fallBackToGameVideos : bool *
?allowThemePath : bool
(* Defaults:
let _fallBackToGameVideos = defaultArg fallBackToGameVideos true
let _allowThemePath = defaultArg allowThemePath true
*)
-> string
Parameters
- fallBackToGameVideos Boolean (Optional)
[Missing <param name="fallBackToGameVideos"/> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IPlatformCategory.GetPlatformVideoPath(System.Boolean,System.Boolean)"]
- allowThemePath Boolean (Optional)
[Missing <param name="allowThemePath"/> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IPlatformCategory.GetPlatformVideoPath(System.Boolean,System.Boolean)"]
Return Value
String[Missing <returns> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IPlatformCategory.GetPlatformVideoPath(System.Boolean,System.Boolean)"]
See Also