Click or drag to resize

ILayout Methods


The ILayout type exposes the following members.

Methods
  Name Description
Public method Add Adds a new Layout Row at the specified position
Public method AllContentUnits Recursively retrieves all Content Unit Instances from this layout
Public method Clear Removes all child Layout Rows
Public method Format Generates HTML markup, and appends to the specified html document
(Inherited from IDisplayUnit)
Public method Remove(Int32) Removes a Layout Row from specified position
Public method Remove(String) Removes a Layout Row by its unique id
Public method Code example Serialize Generates an XML element for this container
(Inherited from IContainer)
Top
See Also