Skip to Content
0
Former Member
Dec 15, 2016 at 03:09 PM

How To add one more code attribut in Enum value

183 Views

Hi, How to create a new attribute in enum type?

eg: I want to add one more attribute xyzcode to the SwatchColorEnum.

         <value code="BLACK" xyzcode="XXX" />


Thanks