ICMSPageFactoryGetPage Method (HttpRequestBase, String) Ingeniux DSS Library
Gets a Page by its unique xID

Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

ICMSRequest GetPage(
	HttpRequestBase request,
	string pageId
)

Parameters

request
Type: System.WebHttpRequestBase
The Http Request
pageId
Type: SystemString
Page's xID

Return Value

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

Reference