> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.ScriptType

# <a id="SuperOffice_WebApi_Data_ScriptType" /> Enum ScriptType

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Value for field 'Type' in table 'ej\_script'. Indicates what type of script this is.
This Enum is used by:  ejscript.type

```csharp theme={null}
public enum ScriptType : short
```

## Fields

`CRMScript = 1`

1: CRMScript

`JavaScript = 2`

2: JavaScript

`Unknown = 0`

0: Unknown script type
