A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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