N2 API Documentation
GetChild Method (childName)
NamespacesN2ContentItemGetChild(String)
Tries to get a child item with a given name. This method igonres user permissions and any trailing '.aspx' that might be part of the name.
Declaration Syntax
C#Visual BasicVisual C++
public virtual ContentItem GetChild(
	string childName
)
Public Overridable Function GetChild ( _
	childName As String _
) As ContentItem
public:
virtual ContentItem^ GetChild (
	String^ childName
)
Parameters
childName (String)
The name of the child item to get.
Return Value
The child item if it is found otherwise null.
Remarks
If the method is passed an empty or null string it will return itself.

Assembly: N2 (Module: N2) Version: 1.0.204.35916