N2 API Documentation
GetChildren Method (childZoneName)
NamespacesN2ContentItemGetChildren(String)
Gets children the current user is allowed to access belonging to a certain zone, i.e. get only children with a certain zone name.
Declaration Syntax
C#Visual BasicVisual C++
public virtual ItemList GetChildren(
	string childZoneName
)
Public Overridable Function GetChildren ( _
	childZoneName As String _
) As ItemList
public:
virtual ItemList^ GetChildren (
	String^ childZoneName
)
Parameters
childZoneName (String)
The name of the zone.
Return Value
A list of items that have the specified zone name.
Remarks
This method is used by N2 when when non-page items are added to a zone on a page and in edit mode when displaying which items are placed in a certain zone. Keep this in mind when overriding this method.

Assembly: N2 (Module: N2) Version: 1.0.204.35916