Represents the content expansion system of Dynamic Site Server. It processes expansion for both individual Page and Component.
Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
The ICMSComponentRequest type exposes the following members.
Properties
Name | Description | |
---|---|---|
Categories |
Gets the Categories associated with the Component or Page.
| |
ContentDocument |
Gets the XML content of the document of the Page or Component.
| |
Exists |
Gets whether the Page or Route exists within published content, for the given request.
(Inherited from ICMSRequest.) | |
ID |
Gets the Page or Component ID.
| |
IsComponent |
Gets whether the content is from a Component or a Page. Returns true if it's from a Component.
| |
RootElementName |
Gets the root element name of the content Document.
|
See Also