DocumentSetContentsWebPart.CreateChildControls Method
This member is reserved for internal use and is not intended to be used directly from your code. Creates the child controls of the Web Part to display the contents of the Document Set.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Protected Overrides Sub CreateChildControls
'Usage
Me.CreateChildControls()
protected override void CreateChildControls()
Remarks
This override creates a XsltListViewWebPart to display the contents of the Document Set.
See Also
Reference
DocumentSetContentsWebPart Class