summaryM:DotNetNuke.Common.Lists.ListController.GetListInfoCollection(System.String,System.String,System.Int32)

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

Syntax

C#
public ListInfoCollection GetListInfoCollection(
	string listName,
	string parentKey,
	int portalId
)
Visual Basic
Public Function GetListInfoCollection ( 
	listName As String,
	parentKey As String,
	portalId As Integer
) As ListInfoCollection

Parameters

listName
Type: System..::..String
paramlistNameM:DotNetNuke.Common.Lists.ListController.GetListInfoCollection(System.String,System.String,System.Int32)
parentKey
Type: System..::..String
paramparentKeyM:DotNetNuke.Common.Lists.ListController.GetListInfoCollection(System.String,System.String,System.Int32)
portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Common.Lists.ListController.GetListInfoCollection(System.String,System.String,System.Int32)

Return Value

returnsM:DotNetNuke.Common.Lists.ListController.GetListInfoCollection(System.String,System.String,System.Int32)

See Also