Partilhar via


EditModePanel.AddParsedSubObject Method

Adds parsed sub objects to the control collection only if the EditModePanel is going to render in the current mode

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Protected Overrides Sub AddParsedSubObject ( _
    obj As Object _
)
'Usage
Dim obj As Object

Me.AddParsedSubObject(obj)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
protected override void AddParsedSubObject(
    Object obj
)

Parameters

  • obj
    Type: System.Object

    Parsed sub object to add to the control collection

See Also

Reference

EditModePanel Class

EditModePanel Members

Microsoft.SharePoint.Publishing.WebControls Namespace