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.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 8.2.23
Syntax public string Scope { get; set; }
Property Value
Type:
StringSee Also