ExtensionsGetLastUsedJobPathIfExisting Method |
Returns
LastUsedJobPath. Returns empty string, in case directory doesn't exist.
Namespace: RAYLASE.Marker.GUI.CommonAssembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntaxpublic static string GetLastUsedJobPathIfExisting(
this GuiConfiguration guiConfiguration
)
Parameters
- guiConfiguration GuiConfiguration
Return Value
String[Missing <returns> documentation for "M:RAYLASE.Marker.GUI.Common.Extensions.GetLastUsedJobPathIfExisting(RAYLASE.Marker.GUI.Common.GuiConfiguration)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
GuiConfiguration. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also