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

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

Syntax

C#
public Dictionary<string, ListEntryInfo> GetListEntryInfoDictionary(
	string listName,
	string parentKey
)
Visual Basic
Public Function GetListEntryInfoDictionary ( 
	listName As String,
	parentKey As String
) As Dictionary(Of String, ListEntryInfo)

Parameters

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

Return Value

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

See Also