Click or drag to resize

ILayout Methods


The ILayout type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a new Layout Row at the specified position
Public methodAllContentUnits
Recursively retrieves all Content Unit Instances from this layout
Public methodClear
Removes all child Layout Rows
Public methodFormat
Generates HTML markup, and appends to the specified html document
(Inherited from IDisplayUnit.)
Public methodRemove(Int32)
Removes a Layout Row from specified position
Public methodRemove(String)
Removes a Layout Row by its unique id
Public methodCode exampleSerialize
Generates an XML element for this container
(Inherited from IContainer.)
Top
See Also