Click or drag to resize

ICMSPageTypeRequest Interface

Represents a CMS request that only carries the information of Page's schema name.

Namespace:  Ingeniux.Runtime
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
public interface ICMSPageTypeRequest : ICMSRequest

The ICMSPageTypeRequest type exposes the following members.

Properties
  NameDescription
Public propertyExists
Gets whether the Page or Route exists within published content, for the given request.
(Inherited from ICMSRequest.)
Public propertySchema
Gets the schema name of the requested Page.
Top
See Also