summaryM:DotNetNuke.Common.Lists.ListController.GetListEntryInfoCollection(System.String,System.String,System.Int32)
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, int portalId ) |
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, portalId As Integer ) As ListEntryInfoCollection |
Parameters
- listName
- Type: System..::..String
paramlistNameM:DotNetNuke.Common.Lists.ListController.GetListEntryInfoCollection(System.String,System.String,System.Int32)
- parentKey
- Type: System..::..String
paramparentKeyM:DotNetNuke.Common.Lists.ListController.GetListEntryInfoCollection(System.String,System.String,System.Int32)
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Common.Lists.ListController.GetListEntryInfoCollection(System.String,System.String,System.Int32)