Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentCultureInfosCollection

    The culture names of a content's variants

    Inheritance
    System.Object
    System.Collections.ObjectModel.Collection<ContentCultureInfos>
    System.Collections.ObjectModel.ObservableCollection<ContentCultureInfos>
    ObservableDictionary<System.String, ContentCultureInfos>
    Namespace: Umbraco.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class ContentCultureInfosCollection : ObservableDictionary<string, ContentCultureInfos>, IList<ContentCultureInfos>, ICollection<ContentCultureInfos>, IList, ICollection, IReadOnlyList<ContentCultureInfos>, IReadOnlyCollection<ContentCultureInfos>, IEnumerable<ContentCultureInfos>, INotifyPropertyChanged, IReadOnlyDictionary<string, ContentCultureInfos>, IReadOnlyCollection<KeyValuePair<string, ContentCultureInfos>>, IDictionary<string, ContentCultureInfos>, ICollection<KeyValuePair<string, ContentCultureInfos>>, IEnumerable<KeyValuePair<string, ContentCultureInfos>>, IEnumerable, INotifyCollectionChanged, 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
    System.String culture
    System.String name
    System.DateTime date
    View Source

    DeepClone()

    Declaration
    public object DeepClone()
    Returns
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ContentCultureInfosCollection()
    • Methods
      • AddOrUpdate(String, String, DateTime)
      • DeepClone()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX