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