Skip to content

IDynamicScriptManager.ReadScriptContent method

Reads the content of a dynamic script.

public IScriptContent ReadScriptContent(string name, bool json = false)
parameter description
name The registered name.
json true to return JSON.

Return Value

The script content.

See Also