PublishAction.ImageUrl Property
Gets the ImageUrl for this console action. URL varies according to the context.
Namespace: Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ImageUrl As String
Get
'Usage
Dim instance As PublishAction
Dim value As String
value = instance.ImageUrl
public override string ImageUrl { get; }
Property Value
Type: System.String
See Also
Reference
Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions Namespace