SPMobilePostsItemFieldIterator.CreateChildControls method
NOTE: This API is now obsolete.
Creates controls for each field to be rendered on the mobile form or the list of posts page.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Protected Overrides Sub CreateChildControls
'Usage
Me.CreateChildControls()
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
protected override void CreateChildControls()
Remarks
The controls that are created depend on the type of the current form or page.
See also
Reference
SPMobilePostsItemFieldIterator class