CategoryNavigationWebPart.CurrentCategoryID Property
NOTE: This API is now obsolete.
Obsolete. Gets or sets the identifier of the current area.
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 CurrentCategoryID As String
Get
Set
'Usage
Dim instance As CategoryNavigationWebPart
Dim value As String
value = instance.CurrentCategoryID
instance.CurrentCategoryID = value
[ObsoleteAttribute("This control is obsolete. Please use asp:Menu instead.")]
public string CurrentCategoryID { get; set; }
Property Value
Type: System.String
String. The identifier of the current area.
See Also
Reference
CategoryNavigationWebPart Class