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