Search Results for

    Show / Hide Table of Contents
    View Source

    Class TreeChange<TItem>

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Services.Changes
    Assembly: Umbraco.Core.dll
    Syntax
    public class TreeChange<TItem>
    Type Parameters
    Name Description
    TItem

    Constructors

    View Source

    TreeChange(TItem, TreeChangeTypes)

    Declaration
    public TreeChange(TItem changedItem, TreeChangeTypes changeTypes)
    Parameters
    Type Name Description
    TItem changedItem
    TreeChangeTypes changeTypes
    View Source

    TreeChange(TItem, TreeChangeTypes, IEnumerable<string>?, IEnumerable<string>?)

    Declaration
    public TreeChange(TItem changedItem, TreeChangeTypes changeTypes, IEnumerable<string>? publishedCultures, IEnumerable<string>? unpublishedCultures)
    Parameters
    Type Name Description
    TItem changedItem
    TreeChangeTypes changeTypes
    IEnumerable<string> publishedCultures
    IEnumerable<string> unpublishedCultures

    Properties

    View Source

    ChangeTypes

    Declaration
    public TreeChangeTypes ChangeTypes { get; }
    Property Value
    Type Description
    TreeChangeTypes
    View Source

    Item

    Declaration
    public TItem Item { get; }
    Property Value
    Type Description
    TItem
    View Source

    PublishedCultures

    Declaration
    public IEnumerable<string>? PublishedCultures { get; }
    Property Value
    Type Description
    IEnumerable<string>
    View Source

    UnpublishedCultures

    Declaration
    public IEnumerable<string>? UnpublishedCultures { get; }
    Property Value
    Type Description
    IEnumerable<string>

    Methods

    View Source

    ToEventArgs()

    Declaration
    public TreeChange<TItem>.EventArgs ToEventArgs()
    Returns
    Type Description
    TreeChange<TItem>.EventArgs
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX