summaryM:DotNetNuke.Common.Lists.ListInfoCollection.GetChild(System.String)
Namespace: DotNetNuke.Common.ListsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public ArrayList GetChild( string ParentKey ) |
| Visual Basic |
|---|
Public Function GetChild ( ParentKey As String ) As ArrayList |
Parameters
- ParentKey
- Type: System..::..String
paramParentKeyM:DotNetNuke.Common.Lists.ListInfoCollection.GetChild(System.String)