Search Results for

    Show / Hide Table of Contents
    View Source

    Class SendingAllowedChildrenNotification

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class SendingAllowedChildrenNotification : INotification

    Constructors

    View Source

    SendingAllowedChildrenNotification(IEnumerable<ContentTypeBasic>, IUmbracoContext)

    Declaration
    public SendingAllowedChildrenNotification(IEnumerable<ContentTypeBasic> children, IUmbracoContext umbracoContext)
    Parameters
    Type Name Description
    IEnumerable<ContentTypeBasic> children
    IUmbracoContext umbracoContext

    Properties

    View Source

    Children

    Declaration
    public IEnumerable<ContentTypeBasic> Children { get; set; }
    Property Value
    Type Description
    IEnumerable<ContentTypeBasic>
    View Source

    UmbracoContext

    Declaration
    public IUmbracoContext UmbracoContext { get; }
    Property Value
    Type Description
    IUmbracoContext
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • SendingAllowedChildrenNotification(IEnumerable<ContentTypeBasic>, IUmbracoContext)
    • Properties
      • Children
      • UmbracoContext
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX