Click or drag to resize

ICMSPageFactoryGetPage Method (HttpRequestBase, String, Boolean, Boolean)

Gets a Page by its unique xID

Namespace:  Ingeniux.Runtime
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
ICMSRequest GetPage(
	HttpRequestBase request,
	string pageId,
	bool expand = true,
	bool expandSiteControls = true
)

Parameters

request
Type: System.WebHttpRequestBase
The Http Request
pageId
Type: SystemString
Page's xID
expand (Optional)
Type: SystemBoolean
Whether to perform full expansion of the page
expandSiteControls (Optional)
Type: SystemBoolean

Return Value

Type: ICMSRequest
Always returns a Page. The object itself will indicate if the Page exists.
See Also