Advertisement
commodore73

Contentstack Modular Blocks Enum Example

Jul 23rd, 2020
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.22 KB | None | 0 0
  1. namespace Root.Core.Models.GlobalFields.Elements
  2. {
  3.     public enum ElementType
  4.     {
  5.         Undefined,
  6.         CodeBlock,
  7.         CodeLink,
  8.         Download,
  9.         Image,
  10.         Markdown,
  11.         RichText
  12.     }
  13. }
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement