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

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

Syntax

C#
public IEnumerable<ListEntryInfo> GetListEntryInfoItems(
	string listName,
	string parentKey,
	int portalId
)
Visual Basic
Public Function GetListEntryInfoItems ( 
	listName As String,
	parentKey As String,
	portalId As Integer
) As IEnumerable(Of ListEntryInfo)

Parameters

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

Return Value

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

See Also