Search Results for

    Show / Hide Table of Contents
    View Source

    Class BackOfficeVariationContext

    Represents the back-office variation context.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.Context
    Assembly: Umbraco.Core.dll
    Syntax
    public class BackOfficeVariationContext

    Constructors

    View Source

    BackOfficeVariationContext(String, String)

    Initializes a new instance of the BackOfficeVariationContext class.

    Declaration
    public BackOfficeVariationContext(string culture = null, string segment = null)
    Parameters
    Type Name Description
    System.String culture
    System.String segment

    Properties

    View Source

    Culture

    Gets the culture.

    Declaration
    public string Culture { get; }
    Property Value
    Type Description
    System.String
    View Source

    Segment

    Gets the segment.

    Declaration
    public string Segment { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BackOfficeVariationContext(String, String)
    • Properties
      • Culture
      • Segment
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX