View Source
Class RefreshNode
Represents the refresh node menu item
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public sealed class RefreshNode : ActionMenuItem
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
Properties
View Source
AngularServiceName
Declaration
public override string AngularServiceName { get; }
Property Value
Type |
Description |
System.String |
|