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
)
Function GetPage (
request As HttpRequestBase,
pageId As String,
Optional expand As Boolean = true,
Optional expandSiteControls As Boolean = true
) As ICMSRequest
ICMSRequest^ GetPage(
HttpRequestBase^ request,
String^ pageId,
bool expand = true,
bool expandSiteControls = true
)
abstract GetPage :
request : HttpRequestBase *
pageId : string *
?expand : bool *
?expandSiteControls : bool
(* Defaults:
let _expand = defaultArg expand true
let _expandSiteControls = defaultArg expandSiteControls true
*)
-> ICMSRequest
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:
ICMSRequestAlways returns a
Page. The object itself will indicate if the Page exists.
See Also