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

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

Syntax

C#
[ObsoleteAttribute("Obsoleted in 6.0.1 use IEnumerable<ListEntryInfo> GetListEntryInfoXXX(string) instead")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public ListEntryInfoCollection GetListEntryInfoCollection(
	string listName
)
Visual Basic
<ObsoleteAttribute("Obsoleted in 6.0.1 use IEnumerable<ListEntryInfo> GetListEntryInfoXXX(string) instead")> 
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
Public Function GetListEntryInfoCollection ( 
	listName As String
) As ListEntryInfoCollection

Parameters

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

Return Value

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

See Also