Constructs a page request.

Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI90 (in IGXRuntimeAPI90.dll) Version: 9.0.82.0 (9.0.82)

Syntax

C#
public CMSPageRequest(
	HttpRequestBase request,
	string sitePath,
	string pageId,
	string path,
	ICMSPageFactory factory
)
Visual Basic
Public Sub New ( 
	request As HttpRequestBase,
	sitePath As String,
	pageId As String,
	path As String,
	factory As ICMSPageFactory
)
Visual C++
public:
CMSPageRequest(
	HttpRequestBase^ request, 
	String^ sitePath, 
	String^ pageId, 
	String^ path, 
	ICMSPageFactory^ factory
)

Parameters

request
Type: System.Web..::..HttpRequestBase
The HttpRequest
sitePath
Type: System..::..String
Physical location of the site
pageId
Type: System..::..String
Page xID
path
Type: System..::..String
Request path
factory
Type: ICMSPageFactory
Factory for retrieve page

See Also