Click or drag to resize
SharePointViewScope Property
Gets or sets the Scope attribute value. Null value removes the attribute (keeping it default). Typical values are FilesOnly (show only the files of a specific folder), Recursive (show all files of all folders) or RecursiveAll (show all files and all subfolders of all folders). The default lists only files and subfolders of a specific folder.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 9.0.0
Syntax
C#
public string Scope { get; set; }

Property Value

Type: String
See Also