Click or drag to resize

ICMSComponentRequest Interface

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: 10.3.169
Syntax
public interface ICMSComponentRequest : ICMSObject<XElement>, 
	ICMSRequest

The ICMSComponentRequest type exposes the following members.

Properties
  NameDescription
Public propertyCategories
Gets the Categories associated with the Component or Page.
Public propertyContent
Gets content for XElement/XAttribute.
(Inherited from ICMSObjectT.)
Public propertyContentDocument
Gets the XML content of the document of the Page or Component.
Public propertyExists
Gets whether the Page or Route exists within published content, for the given request.
(Inherited from ICMSRequest.)
Public propertyID
Gets the Page or Component ID.
Public propertyIsComponent
Gets whether the content is from a Component or a Page. Returns true if it's from a Component.
Public propertyRootElementName
Gets the root element name of the content Document.
Top
See Also