Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentCultureInfosCollection

    The culture names of a content's variants

    Inheritance
    object
    Collection<ContentCultureInfos>
    ObservableCollection<ContentCultureInfos>
    ObservableDictionary<string, ContentCultureInfos>
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class ContentCultureInfosCollection : ObservableDictionary<string, ContentCultureInfos>, IDeepCloneable

    Constructors

    View Source

    ContentCultureInfosCollection()

    Initializes a new instance of the ContentCultureInfosCollection class.

    Declaration
    public ContentCultureInfosCollection()

    Methods

    View Source

    AddOrUpdate(string, string?, DateTime)

    Adds or updates a ContentCultureInfos instance.

    Declaration
    public void AddOrUpdate(string culture, string? name, DateTime date)
    Parameters
    Type Name Description
    string culture
    string name
    DateTime date
    View Source

    DeepClone()

    Creates a deep clone of the current object.

    Declaration
    public object DeepClone()
    Returns
    Type Description
    object

    A deep clone of the current object.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX