TaxonomyNavigation.FlushTermSetFromCache method

Removes the indicated term set from the taxonomy navigation cache, for a specific site subscription.

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

Syntax

'Declaration
Public Shared Sub FlushTermSetFromCache ( _
    context As ClientRuntimeContext, _
    webForPermissions As Web, _
    termStoreId As Guid, _
    termSetId As Guid _
)
'Usage
Dim context As ClientRuntimeContext
Dim webForPermissions As Web
Dim termStoreId As Guid
Dim termSetId As GuidTaxonomyNavigation.FlushTermSetFromCache(context, _
    webForPermissions, termStoreId, _
    termSetId)
public static void FlushTermSetFromCache(
    ClientRuntimeContext context,
    Web webForPermissions,
    Guid termStoreId,
    Guid termSetId
)

Parameters

  • termStoreId
    Type: System.Guid

    The identifier of the term store that contains the term set.

  • termSetId
    Type: System.Guid

    The identifier of the term set to flush from the taxonomy navigation cache.

See also

Reference

TaxonomyNavigation class

TaxonomyNavigation members

Microsoft.SharePoint.Client.Publishing.Navigation namespace