Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentTypeSavingNotification

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IEnumerable<IContentType>>
    CancelableObjectNotification<IEnumerable<IContentType>>
    CancelableEnumerableObjectNotification<IContentType>
    SavingNotification<IContentType>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class ContentTypeSavingNotification : SavingNotification<IContentType>, IStatefulNotification, ICancelableNotification, INotification

    Constructors

    View Source

    ContentTypeSavingNotification(IEnumerable<IContentType>, EventMessages)

    Declaration
    public ContentTypeSavingNotification(IEnumerable<IContentType> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<IContentType> target
    EventMessages messages
    View Source

    ContentTypeSavingNotification(IContentType, EventMessages)

    Declaration
    public ContentTypeSavingNotification(IContentType target, EventMessages messages)
    Parameters
    Type Name Description
    IContentType target
    EventMessages messages
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ContentTypeSavingNotification(IEnumerable<IContentType>, EventMessages)
      • ContentTypeSavingNotification(IContentType, EventMessages)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX