| AppFacadeGetCustomScript Method |
Gets a path to a custom script file for this app.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public string GetCustomScript(
string typ
)
Public Function GetCustomScript (
typ As String
) As String
Parameters
- typ
- Type: SystemString
The typ of the custom script (e.g. setup).
Return Value
Type:
StringA path to the script file or
null if no custom script exists.
See Also