ConsoleAction.ImageUrl Property

Gets the URL of the image to be displayed when using this ConsoleAction object.

Namespace:  Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Overridable Property ImageUrl As String
    Get
    Set
'Usage
Dim instance As ConsoleAction
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 to be displayed when using this ConsoleAction object.

Remarks

In some user interfaces, an icon is shown as part of the console action. The value is the URL for that image.

See Also

Reference

ConsoleAction Class

ConsoleAction Members

Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions Namespace

DisplayText