Represents the entry point to the Ingeniux Dynamic Site Server. It is used to retrieve Pages by xID or Structured URL.
Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
The ICMSPageFactory type exposes the following members.
Properties
Name | Description | |
---|---|---|
CacheSiteControls |
Gets/sets whether to cache Site Control file content.
| |
IsDesignTime |
Gets whether the Page Factory is working with a Design-time CMS Site Instance, or published content.
| |
LocalExportsIncludeLinks |
Gets/sets whether to expand Links on target Pages when retrieving local exports for a Navigation/Link item.
| |
SiteControlSchemas |
Gets/sets the schema types (root element names) of Site/Section Controls to be cached
(only effective if the "CacheSiteControls" property is enabled).
|
Methods
Name | Description | |
---|---|---|
GetPage(HttpRequestBase, Boolean) |
Gets a Page by Http Request.
| |
GetPage(HttpRequestBase, String) |
Gets a Page by its unique xID
| |
GetPageByPath |
Gets a Page by its relative URL path.
|
See Also