CategoryNavigationWebPart.ExpandedImageLink Property
NOTE: This API is now obsolete.
Obsolete.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This control is obsolete. Please use asp:Menu instead.")> _
Public Property ExpandedImageLink As String
Get
Set
'Usage
Dim instance As CategoryNavigationWebPart
Dim value As String
value = instance.ExpandedImageLink
instance.ExpandedImageLink = value
[ObsoleteAttribute("This control is obsolete. Please use asp:Menu instead.")]
public string ExpandedImageLink { get; set; }
Property Value
Type: System.String
See Also
Reference
CategoryNavigationWebPart Class