Gets the file list.

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

Syntax

C#
public static ArrayList GetFileList(
	int portalId,
	string strExtensions,
	bool noneSpecified
)
Visual Basic
Public Shared Function GetFileList ( 
	portalId As Integer,
	strExtensions As String,
	noneSpecified As Boolean
) 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].

Return Value

file list

See Also