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

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

Syntax

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

Parameters

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

Return Value

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

See Also