Share via


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)

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