Method IsReservedScriptName
IsReservedScriptName(string)
Gets whether the specified script name is reserved by Anvil.
public static bool IsReservedScriptName(this string scriptName)
Parameters
scriptNamestringThe script name to check.
Returns
- bool
True if the name is reserved, otherwise false.