Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class CRMScriptResult : Carrier
public CRMScriptResult()
public virtual CRMScriptErrorInfo ErrorInformation { get; set; }
public virtual string ErrorMessage { get; set; }
public virtual int[] Includes { get; set; }
public virtual int LineNumber { get; set; }
public virtual CRMScriptSourceMap[] SourceMaps { get; set; }
public virtual string Transpiled { get; set; }
public virtual bool Valid { get; set; }
Was this page helpful?