Action.ImageUrl Property

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public ReadOnly Property ImageUrl As String
    Get
'Usage
Dim instance As Action
Dim value As String

value = instance.ImageUrl
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
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