summaryM:DotNetNuke.Common.Lists.ListEntryInfoCollection.GetChildren(System.String)

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

Syntax

C#
public ListEntryInfo GetChildren(
	string parentName
)
Visual Basic
Public Function GetChildren ( 
	parentName As String
) As ListEntryInfo

Parameters

parentName
Type: System..::..String
paramparentNameM:DotNetNuke.Common.Lists.ListEntryInfoCollection.GetChildren(System.String)

Return Value

returnsM:DotNetNuke.Common.Lists.ListEntryInfoCollection.GetChildren(System.String)

See Also