Try our conversational search powered by Generative AI!

Interface IApplicationContext

Contains information about the current application context

Namespace: Mediachase.Commerce
Assembly: Mediachase.Commerce.dll
Version: 13.30.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