Share via


CategoryPicker.SelectedCategoryPathes Property

NOTE: This API is now obsolete.

Gets the selected paths of the areas in the portal site to associate with a listing.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("This control is obsolete.")> _
Public ReadOnly Property SelectedCategoryPathes As String()
    Get
'Usage
Dim instance As CategoryPicker
Dim value As String()

value = instance.SelectedCategoryPathes
[ObsoleteAttribute("This control is obsolete.")]
public string[] SelectedCategoryPathes { get; }

Property Value

Type: []
The paths of the areas in the portal site.

See Also

Reference

CategoryPicker Class

CategoryPicker Members

Microsoft.SharePoint.Portal.WebControls Namespace