ClientPeoplePicker.UseLocalSuggestionCache property

Boolean specifying if people picker should get/set selected items to local storage

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

Syntax

'Declaration
Public Property UseLocalSuggestionCache As Boolean
    Get
    Set
'Usage
Dim instance As ClientPeoplePicker
Dim value As Boolean

value = instance.UseLocalSuggestionCache

instance.UseLocalSuggestionCache = value
public bool UseLocalSuggestionCache { get; set; }

Property value

Type: System.Boolean

See also

Reference

ClientPeoplePicker class

ClientPeoplePicker members

Microsoft.SharePoint.WebControls namespace