Table of Contents

Enum AppViewsPolicy

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

Indicates whether app views are disabled in all the webs of this site

public enum AppViewsPolicy

Fields

Disabled = 1

Indicates that app views are disabled in all the webs of this site

NotDisabled = 2

Indicates that app views may be enabled in some of the webs of this site

Unknown = 0

Internal use only