Click or drag to resize
PageInfoProvider Class
Provides information on the page that are necessary for its processing.
Inheritance Hierarchy
SystemObject
  CMS.PortalEnginePageInfoProvider

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public class PageInfoProvider

The PageInfoProvider type exposes the following members.

Constructors
  NameDescription
Public methodPageInfoProvider
Top
Methods
  NameDescription
Public methodStatic memberGetParentPropertyReturnType
Returns value inherited from parent in given culture for given column name.
Public methodStatic memberGetVirtualPageInfo(Int32)
Gets a virtual page info instance based on the given page template
Public methodStatic memberGetVirtualPageInfo(PageTemplateInfo)
Gets a virtual page info instance based on the given page template info
Top
Remarks
The class uses cache (if it's available) to store information about pages.
See Also