Table of Contents

Enum FrontendEditing.FrontendEditingStates

Namespace
Dynamicweb.Frontend
Assembly
Dynamicweb.dll
The frontend editing states
[Obsolete("Do not use.")]
public enum FrontendEditing.FrontendEditingStates

Fields

Browse = 1
Frontend editing is ON but page are readonly
Disabled = 0
Frontend editing is OFF
Edit = 2
Frontend editing is ON and page are editable on frontend
To top