Click or drag to resize

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
)

Parameters

typ
Type: SystemString
The typ of the custom script (e.g. setup).

Return Value

Type: String
A path to the script file or null if no custom script exists.
See Also