AttachmentsField.CreateChildControls Method

Creates the file-upload controls that the AttachmentsField has as children.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Protected Overrides Sub CreateChildControls
'Usage

Me.CreateChildControls()
protected override void CreateChildControls()

Remarks

When rendered into HTML, these controls become input file controls: <input type="file" />.

See Also

Reference

AttachmentsField Class

AttachmentsField Members

Microsoft.SharePoint.WebControls Namespace