Table of Contents

Enum KnownColor

Namespace
Dynamicweb.Core.UI
Assembly
Dynamicweb.Core.UI.dll
Possible Colors. An Color decorates a element to visualize wich state it is in or what the user should be focused on
[JsonConverter(typeof(KnownColorJsonConverter))]
public enum KnownColor

Fields

Danger = 8
The node object is Danger
Default = 3
Use this color for elements that need no focus
Ecommerce = 12
The node object is Ecomemrce
Folder = 9
The node object is Folder
Info = 6
The node object is Info
Marketing = 11
The node object is Marketing
Modules = 13
The node object is Modules
None = 0
None
Pim = 14
The node object is PIM
Primary = 1
Use this color for elements that need primary focus
Retracted = 4
Use this color for elements that need little focus
Secondary = 2
Use this color for elements that need secondary focus
Success = 5
The node object is Success
Users = 10
The node object is Users
Warning = 7
The node object is Warmńing
To top