Determines whether this list item has child items.

Namespace:  C1.Web.iPhone.C1NavigationList
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public bool HasChildItems()
Visual Basic
Public Function HasChildItems As Boolean

Return Value

true if [has child items]; otherwise, false.

See Also