Share via


DeviceChannelPanel.AddParsedSubObject method

Adds parsed subobjects to the control collection only if the device panel is going to render.

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 subobject to add to the control collection.

See also

Reference

DeviceChannelPanel class

DeviceChannelPanel members

Microsoft.SharePoint.Publishing.WebControls namespace