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

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

Syntax

C#
public IEnumerable<ListEntryInfo> GetListEntryInfoItems(
	string listName
)
Visual Basic
Public Function GetListEntryInfoItems ( 
	listName As String
) As IEnumerable(Of ListEntryInfo)

Parameters

listName
Type: System..::..String
paramlistNameM:DotNetNuke.Common.Lists.ListController.GetListEntryInfoItems(System.String)

Return Value

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

See Also