Share via


CategoryPicker.SelectedCategories Property

NOTE: This API is now obsolete.

Gets the IDs of selected 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 SelectedCategories As Guid()
    Get
'Usage
Dim instance As CategoryPicker
Dim value As Guid()

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

Property Value

Type: []
System.Guid. The unique identifiers of selected areas in the portal site.

See Also

Reference

CategoryPicker Class

CategoryPicker Members

Microsoft.SharePoint.Portal.WebControls Namespace