Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- context
Type: Microsoft.SharePoint.Client.ClientRuntimeContext
webForPermissions
Type: Microsoft.SharePoint.Client.WebA web site used for permissions checks.
termStoreId
Type: System.GuidThe identifier of the term store that contains the term set.
termSetId
Type: System.GuidThe identifier of the term set to flush from the taxonomy navigation cache.