Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of all files in the root directory of the website.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public ReadOnly Property Files As SPFileCollection
Get
'Usage
Dim instance As SPWeb
Dim value As SPFileCollection
value = instance.Files
public SPFileCollection Files { get; }
Type: Microsoft.SharePoint.SPFileCollection
An SPFileCollection object that represents the files.
The user must have the Browse Directories right to run code that uses the Files property.