IPagePresentationCollectionDefaultPresentations Method
|
Retrieves all Presentations
Namespace:
Ingeniux.CMS.Presentation
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<IPagePresentation> DefaultPresentations()
Function DefaultPresentations As IEnumerable(Of IPagePresentation)
IEnumerable<IPagePresentation^>^ DefaultPresentations()
abstract DefaultPresentations : unit -> IEnumerable<IPagePresentation>
Return Value
Type:
IEnumerableIPagePresentationCollection of all Presentations
See Also