Table of Contents

Enum ListExperience

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

List experience, determines how a list is presented (modern or classic)

public enum ListExperience

Fields

Auto = 0

SPO will automatically define the right experience based on the settings of the current list, it is the default value.

ClassicExperience = 2

The Classic experience will be forced for the current list.

NewExperience = 1

The Modern experience will be forced for the current list.