SPMobileListIterator.CreateChildControls Method

NOTE: This API is now obsolete.

Creates the child controls that render the list of lists.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("Do not use this class since it is deprecated. Use SPMobileGenericListIterator instead")> _
Protected Overrides Sub CreateChildControls
'Usage

Me.CreateChildControls()
[ObsoleteAttribute("Do not use this class since it is deprecated. Use SPMobileGenericListIterator instead")]
protected override void CreateChildControls()

Remarks

This override creates a SPMobileTemplateContainer for every list in the mobile context.

See Also

Reference

SPMobileListIterator Class

SPMobileListIterator Members

Microsoft.SharePoint.MobileControls Namespace