Interface IBackOfficeVariationContextAccessor
Gives access to the current BackOfficeVariationContext.
Namespace: Umbraco.Cms.Core.Models.Context
Assembly: Umbraco.Core.dll
Syntax
public interface IBackOfficeVariationContextAccessor
Properties
View SourceVariationContext
Gets or sets the current BackOfficeVariationContext.
Declaration
BackOfficeVariationContext VariationContext { get; set; }
Property Value
| Type | Description |
|---|---|
| BackOfficeVariationContext |