ConsoleNode.ImageUrl Property
Gets or sets the URL of the image shown when this ConsoleNode is used.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Overridable Property ImageUrl As String
Get
Set
'Usage
Dim instance As ConsoleNode
Dim value As String
value = instance.ImageUrl
instance.ImageUrl = value
public virtual string ImageUrl { get; set; }
Property Value
Type: System.String
The URL of the image that is displayed when this ConsoleNode is used.
Remarks
In some user interface elements, an icon is shown as part of the action. This value is the URL for that image.
This value overrides that of a referenced ConsoleAction object when UseActionImageUrl property is set to False.