ICMSPageFactory Interface Ingeniux DSS Library
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

public interface ICMSPageFactory

The ICMSPageFactory type exposes the following members.

Properties

  NameDescription
Public propertyCacheSiteControls
Gets/sets whether to cache Site Control file content.
Public propertyIsDesignTime
Gets whether the Page Factory is working with a Design-time CMS Site Instance, or published content.
Public propertyLocalExportsIncludeLinks
Gets/sets whether to expand Links on target Pages when retrieving local exports for a Navigation/Link item.
Public propertySiteControlSchemas
Gets/sets the schema types (root element names) of Site/Section Controls to be cached (only effective if the "CacheSiteControls" property is enabled).
Top
Methods

  NameDescription
Public methodGetPage(HttpRequestBase, Boolean)
Gets a Page by Http Request.
Public methodGetPage(HttpRequestBase, String)
Gets a Page by its unique xID
Public methodGetPageByPath
Gets a Page by its relative URL path.
Top
See Also

Reference