Click or drag to resize

IReferenceGetItem Method

Get a page reference given a page ID.

Namespace:  Ingeniux.Runtime.Reference
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax
IReferenceEntry GetItem(
	string pageId
)

Parameters

pageId
Type: SystemString
ID of the page to retrieive

Return Value

Type: IReferenceEntry
The page reference or null if the page doesn't exist
See Also