Click or drag to resize

IPagePresentationCollectionPresentation Method


Retrieves a presentation by its unique id

Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IPagePresentation Presentation(
	string id
)

Parameters

id
Type: SystemString
Unique id of the presentation to retrieve

Return Value

Type: IPagePresentation
The presentation with matching id, null if not found in collection
See Also