Table of Contents

Enum EditButtonVisibility

Namespace
Dynamicweb.Content.Items.Editors
Assembly
Dynamicweb.dll

Represents the edit color swatch button visibility.

public enum EditButtonVisibility

Fields

Hide = 0

The pencil icon is not visible

OnlyAdmin = 2

Then pencil icon should be shown for all Admin users and hidden for all others

Show = 1

Then pencil icon should be shown

To top