CategoryNavigationWebPart.AnchorCategoryID Property

NOTE: This API is now obsolete.

Obsolete. Gets or sets the identifier of the area from which to anchor the navigation bar

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 AnchorCategoryID As String
    Get
    Set
'Usage
Dim instance As CategoryNavigationWebPart
Dim value As String

value = instance.AnchorCategoryID

instance.AnchorCategoryID = value
[ObsoleteAttribute("This control is obsolete.  Please use asp:Menu instead.")]
public string AnchorCategoryID { get; set; }

Property Value

Type: System.String
String. Identifier of the area from which to anchor the listings.

See Also

Reference

CategoryNavigationWebPart Class

CategoryNavigationWebPart Members

Microsoft.SharePoint.Portal.WebControls Namespace