IPagePresentationCollectionPresentation Method
|
Retrieves a presentation by its unique id
Namespace:
Ingeniux.CMS.Presentation
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IPagePresentation Presentation(
string id
)
Function Presentation (
id As String
) As IPagePresentation
IPagePresentation^ Presentation(
String^ id
)
abstract Presentation :
id : string -> IPagePresentation
Parameters
- id
- Type: SystemString
Unique id of the presentation to retrieve
Return Value
Type:
IPagePresentationThe presentation with matching id, null if not found in collection
See Also