Search Results for

    Show / Hide Table of Contents
    View Source

    Class ImportingPackageNotification

    Inheritance
    object
    StatefulNotification
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class ImportingPackageNotification : StatefulNotification, IStatefulNotification, ICancelableNotification, INotification

    Constructors

    View Source

    ImportingPackageNotification(string)

    Declaration
    public ImportingPackageNotification(string packageName)
    Parameters
    Type Name Description
    string packageName

    Properties

    View Source

    Cancel

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    bool
    View Source

    PackageName

    Declaration
    public string PackageName { get; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX