Gets the file list.

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static ArrayList GetFileList(
	int PortalId,
	string strExtensions,
	bool NoneSpecified,
	string Folder
)
Visual Basic
Public Shared Function GetFileList ( 
	PortalId As Integer,
	strExtensions As String,
	NoneSpecified As Boolean,
	Folder As String
) As ArrayList

Parameters

PortalId
Type: System..::..Int32
The portal id.
strExtensions
Type: System..::..String
The STR extensions.
NoneSpecified
Type: System..::..Boolean
if set to true [none specified].
Folder
Type: System..::..String
The folder.

Return Value

file list

See Also