Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentTypeChange<TItem>

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Services.Changes
    Assembly: Umbraco.Core.dll
    Syntax
    public class ContentTypeChange<TItem>
        where TItem : class, IContentTypeComposition
    Type Parameters
    Name Description
    TItem

    Constructors

    View Source

    ContentTypeChange(TItem, ContentTypeChangeTypes)

    Declaration
    public ContentTypeChange(TItem item, ContentTypeChangeTypes changeTypes)
    Parameters
    Type Name Description
    TItem item
    ContentTypeChangeTypes changeTypes

    Properties

    View Source

    ChangeTypes

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

    Item

    Declaration
    public TItem Item { get; }
    Property Value
    Type Description
    TItem
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ContentTypeChange(TItem, ContentTypeChangeTypes)
    • Properties
      • ChangeTypes
      • Item
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX