Gets a Page by its relative URL path.
Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
ICMSRequest GetPageByPath( HttpRequestBase request, string path, bool pageTypeOnly = false, bool checkingRemaingPath = false )
Parameters
- request
- Type: System.WebHttpRequestBase
The Http Request - path
- Type: SystemString
The relative path of the request - pageTypeOnly (Optional)
- Type: SystemBoolean
If you only need to retrieve the preview page summary, pass in true. The default value is false. - checkingRemaingPath (Optional)
- Type: SystemBoolean
Return Value
Type: ICMSRequestEither a redirect request if the URL is not canonical, or an actual Page object
See Also