Enum ScriptType
Value for field 'Type' in table 'ej_script'. Indicates what type of script this is. This Enum is used by: ejscript.type
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/10.3.0.0")]
public enum ScriptType : short
Fields
Name | Description |
---|---|
CRMScript | 1: CRMScript |
JavaScript | 2: JavaScript |
Unknown | 0: Unknown script type |