Action.ImageUrl Property

Gets the optional absolute or relative path to the action's icon image.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public ReadOnly Property ImageUrl As String
    Get
'Usage
Dim instance As Action
Dim value As String

value = instance.ImageUrl
public string ImageUrl { get; }

Property Value

Type: System.String
A string representing the image URL.

Remarks

The icon image should be 16x16. The maximum allowed length of the image URL is 2080, minimum is zero.

See Also

Reference

Action Class

Action Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace