Table of Contents

Enum DisplayMode

Namespace
Dynamicweb.Content
Assembly
Dynamicweb.dll

Specifies how a page shows its subpages in the content tree (backend UI)

public enum DisplayMode

Fields

List = 1

Page list its subpages in the main window instead of showing them in the tree.

Normal = 0

Page list its subpages in the tree (Default).

To top