Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IApplicationContext

Contains information about the current application context

Namespace: Mediachase.Commerce
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public interface IApplicationContext

Properties

DisableVersionSync

Indicates whether the version sync is disabled.

Declaration
bool DisableVersionSync { get; }
Property Value
Type Description
System.Boolean

HasContentModelTypes

Indicates whether the current application has the IContent model types for catalog content available.

Declaration
bool HasContentModelTypes { get; }
Property Value
Type Description
System.Boolean