Click or drag to resize
IPageSystemDataContextRetriever Interface
Provides an interface for retrieving the page based on given parameters for system purposes.

Namespace: Kentico.Content.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public interface IPageSystemDataContextRetriever
Methods
  NameDescription
Public methodRetrieve(Int32, Boolean, Boolean)
Retrieves page based on given parameters.
Public methodRetrieve(SiteInfoIdentifier, String, String, Boolean)
Retrieves page based on given parameters.
Top
See Also