IPagePresentationRows Method
|
Retrieves all layout rows that are placed under this presentation.
Namespace:
Ingeniux.CMS.Presentation
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<ILayoutRow> Rows()
Function Rows As IEnumerable(Of ILayoutRow)
IEnumerable<ILayoutRow^>^ Rows()
abstract Rows : unit -> IEnumerable<ILayoutRow>
Return Value
Type:
IEnumerableILayoutRowCollection of layout rows
See Also