Click or drag to resize

ICMSPageFactoryGetDITAContent Method

Gets a DITA content by Http Request.

Namespace:  Ingeniux.Runtime
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax
ICMSRoutingRequest GetDITAContent(
	HttpRequestBase request,
	bool pageTypeOnly = false
)

Parameters

request
Type: System.WebHttpRequestBase
The Http Request
pageTypeOnly (Optional)
Type: SystemBoolean
Whether to return page type routing data only

Return Value

Type: ICMSRoutingRequest
The routing request contains the CMS request and the remaining path information.
See Also