Get a page entry by page id
Namespace:
Ingeniux.Runtime.Reference
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax IReferenceEntry GetItem(
string pageId
)
Function GetItem (
pageId As String
) As IReferenceEntry
IReferenceEntry^ GetItem(
String^ pageId
)
abstract GetItem :
pageId : string -> IReferenceEntry
Parameters
- pageId
- Type: SystemString
id of page to retrieive
Return Value
Type:
IReferenceEntryNull if page doesn't exist
See Also