Folder.Files property

Gets the collection of all files contained in the list folder.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Files As FileCollection
    Get
'Usage
Dim instance As Folder
Dim value As FileCollection

value = instance.Files
public FileCollection Files { get; }

Property value

Type: Microsoft.SharePoint.Client.FileCollection
A FileCollection object that represents the files.

Remarks

It must not be a null reference (Nothing in Visual Basic).

See also

Reference

Folder class

Folder members

Microsoft.SharePoint.Client namespace