Gets the files contained in the specified folder.

Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual IEnumerable<IFileInfo> GetFiles(
	IFolderInfo folder
)
Visual Basic
Public Overridable Function GetFiles ( 
	folder As IFolderInfo
) As IEnumerable(Of IFileInfo)

Parameters

folder
Type: DotNetNuke.Services.FileSystem..::..IFolderInfo
The folder from which to retrieve the files.

Return Value

The list of files contained in the specified folder.

Implements

IFolderManager..::..GetFiles(IFolderInfo)

See Also