Search Results for

    Show / Hide Table of Contents
    View Source

    Class RefreshNode

    Represents the refresh node menu item

    Inheritance
    System.Object
    MenuItem
    ActionMenuItem
    Namespace: Umbraco.Cms.Core.Models.Trees
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class RefreshNode : ActionMenuItem
    Remarks

    These types of menu items are rare but they do exist. Things like refresh node simply execute JS and don't launch a dialog. Each action menu item describes what angular service that it's method exists in and what the method name is. An action menu item must describe the angular service name for which it's method exists. It may also define what the method name is that will be called in this service but if one is not specified then we will assume the method name is the same as the Type name of the current action menu class.

    Constructors

    View Source

    RefreshNode(String, Boolean)

    Declaration
    public RefreshNode(string name, bool separatorBefore = false)
    Parameters
    Type Name Description
    System.String name
    System.Boolean separatorBefore
    View Source

    RefreshNode(ILocalizedTextService, Boolean)

    Declaration
    public RefreshNode(ILocalizedTextService textService, bool separatorBefore = false)
    Parameters
    Type Name Description
    ILocalizedTextService textService
    System.Boolean separatorBefore

    Properties

    View Source

    AngularServiceName

    Declaration
    public override string AngularServiceName { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • RefreshNode(String, Boolean)
      • RefreshNode(ILocalizedTextService, Boolean)
    • Properties
      • AngularServiceName
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX