WebPart.AddParsedSubObject method

Used to process Web Part XML for static Web Parts.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overrides Sub AddParsedSubObject ( _
    obj As Object _
)
'Usage
Dim obj As Object

Me.AddParsedSubObject(obj)
protected override void AddParsedSubObject(
    Object obj
)

Parameters

  • obj
    Type: System.Object

    A System.Object that represents the parsed element.

See also

Reference

WebPart class

WebPart members

Microsoft.SharePoint.WebPartPages namespace