Click or drag to resize
SharePointViewScope Class
Contains well-known constants specifying the recursive scope of a SharePoint library.
Inheritance Hierarchy
SystemObject
  CMS.SharePointSharePointViewScope

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 8.2.23
Syntax
C#
public static class SharePointViewScope

The SharePointViewScope type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDEFAULT
Show only the files and subfolders of a specific folder.
Public fieldStatic memberFILES_ONLY
Show only the files of a specific folder.
Public fieldStatic memberRECURSIVE
Show only the files of a specific folder.
Public fieldStatic memberRECURSIVE_ALL
Show all files and all subfolders of all folders.
Top
See Also