| IGameGetNewVideoFilePath Method |
Note: This API is now obsolete.
[Missing <summary> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IGame.GetNewVideoFilePath(System.String)"]
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 [ObsoleteAttribute("GetNewVideoFilePath is obsolete, please use GetNextVideoFilePath instead.")]
string GetNewVideoFilePath(
string extension
)
<ObsoleteAttribute("GetNewVideoFilePath is obsolete, please use GetNextVideoFilePath instead.")>
Function GetNewVideoFilePath (
extension As String
) As String
[ObsoleteAttribute(L"GetNewVideoFilePath is obsolete, please use GetNextVideoFilePath instead.")]
String^ GetNewVideoFilePath(
String^ extension
)
[<ObsoleteAttribute("GetNewVideoFilePath is obsolete, please use GetNextVideoFilePath instead.")>]
abstract GetNewVideoFilePath :
extension : string -> string
Parameters
- extension String
[Missing <param name="extension"/> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IGame.GetNewVideoFilePath(System.String)"]
Return Value
String[Missing <returns> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IGame.GetNewVideoFilePath(System.String)"]
See Also