SPMobileBlogPictureUploadPanel.CreateChildControls Method
Creates the label and file upload child controls and sets the error message displayed by the associated file upload validator.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Protected Overrides Sub CreateChildControls
'Usage
Me.CreateChildControls()
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
protected override void CreateChildControls()
Remarks
This override adds the SPMobileLabel and SPMobileFileUploadBrowser into child controls.
See Also
Reference
SPMobileBlogPictureUploadPanel Class