Gets the file list.

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

Syntax

C#
public static ArrayList GetFileList(
	int portalId
)
Visual Basic
Public Shared Function GetFileList ( 
	portalId As Integer
) As ArrayList

Parameters

portalId
Type: System..::..Int32
The portal id.

Return Value

file list

See Also