Click or drag to resize
IPreviewFeature Interface
Represents a feature that provides information about preview for the current request.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public interface IPreviewFeature

The IPreviewFeature type exposes the following members.

Properties
  NameDescription
Public propertyCultureName
Gets the culture name in the format languagecode2-country/regioncode2.
Public propertyEnabled
Gets a value indicating whether preview is enabled.
Top
See Also