Skip to content

IDynamicScriptManager.IsRegistered method

Returns whether a script with the name is registered.

public bool IsRegistered(string name)
parameter description
name The registration name.

Return Value

true if the script is registered; otherwise, false.

See Also