Share via


TaxonomyNavigationCacheConfig.UsePersistedTermSets property

Gets or sets a Boolean value that indicates whether persisted term sets are used.

Namespace:  Microsoft.SharePoint.Publishing.Navigation
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property UsePersistedTermSets As Boolean
    Get
    Set
'Usage
Dim instance As TaxonomyNavigationCacheConfig
Dim value As Boolean

value = instance.UsePersistedTermSets

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

Property value

Type: System.Boolean
true to load the managed navigation data from a persisted term set when the managed metadata service (MMS) is offline; otherwise, false

Remarks

If the value is true, when the managed metadata service is offline the taxonomy navigation component will try to load persisted TermSet objects that are saved by the persisted navigation term set synchronization timer job.

This property is thread safe. A separate state is stored for each SPServer instance.

See also

Reference

TaxonomyNavigationCacheConfig class

TaxonomyNavigationCacheConfig members

Microsoft.SharePoint.Publishing.Navigation namespace