Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockItemVariation

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.Blocks
    Assembly: Umbraco.Core.dll
    Syntax
    public class BlockItemVariation

    Constructors

    View Source

    BlockItemVariation()

    Declaration
    public BlockItemVariation()
    View Source

    BlockItemVariation(Guid, String, String)

    Declaration
    public BlockItemVariation(Guid contentKey, string culture, string segment)
    Parameters
    Type Name Description
    Guid contentKey
    System.String culture
    System.String segment

    Properties

    View Source

    ContentKey

    Declaration
    public Guid ContentKey { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    Culture

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

    Segment

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