Table of Contents

Enum ViewScope

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

Specifies the recursive scope of a view for a document library.

public enum ViewScope

Fields

Default = 0

Show only the files and subfolders of a specific folder.

FilesOnly = 3

Show only the files of a specific folder.

Recursive = 1

Show all files of all folders.

RecursiveAll = 2

Show all files and all subfolders of all folders.