Enum DesignType
Indicates what design type this message is created with This Enum is used by: s_message.designtype
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum DesignType : short
Fields
Name | Description |
---|---|
SOEditor | 1: Created with SOEditor |
Unknown | 0: Unknown type |
Unlayer | 2: Created with Unlayer editor |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.DesignType, To>()