Share via


CategoryPicker.Mode Property

NOTE: This API is now obsolete.

Gets or sets whether to display listings in the portal site according to keyword or areas.

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

Syntax

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

value = instance.Mode

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

Property Value

Type: System.String
Display listings in the portal site according to keyword or areas.

Remarks

There are two values possible for this property:

  • Keyword: In Keyword mode

  • AllowKeyword: In Area mode, but keyword areas are allowed.

See Also

Reference

CategoryPicker Class

CategoryPicker Members

Microsoft.SharePoint.Portal.WebControls Namespace