summaryM:DotNetNuke.Common.Lists.ListController.GetListEntryInfoCollection(System.String,System.String)
Namespace: DotNetNuke.Common.ListsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[ObsoleteAttribute("Obsoleted in 6.0.1 use IEnumerable<ListEntryInfo> GetListEntryInfoXXX(string, string, int) instead")] [EditorBrowsableAttribute(EditorBrowsableState.Never)] public ListEntryInfoCollection GetListEntryInfoCollection( string listName, string parentKey ) |
Visual Basic |
---|
<ObsoleteAttribute("Obsoleted in 6.0.1 use IEnumerable<ListEntryInfo> GetListEntryInfoXXX(string, string, int) instead")> <EditorBrowsableAttribute(EditorBrowsableState.Never)> Public Function GetListEntryInfoCollection ( listName As String, parentKey As String ) As ListEntryInfoCollection |
Parameters
- listName
- Type: System..::..String
paramlistNameM:DotNetNuke.Common.Lists.ListController.GetListEntryInfoCollection(System.String,System.String)
- parentKey
- Type: System..::..String
paramparentKeyM:DotNetNuke.Common.Lists.ListController.GetListEntryInfoCollection(System.String,System.String)