TermStore.ResyncHiddenList Method

This method is used to update the term store with the currently used terms on a specified site.

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

Syntax

'Declaration
Public Sub ResyncHiddenList ( _
    site As SPSite _
)
'Usage
Dim instance As TermStore
Dim site As SPSite

instance.ResyncHiddenList(site)
public void ResyncHiddenList(
    SPSite site
)

Parameters

Remarks

Generally there should be no need to explicitly call this method. However, if changes to Term objects are not being propogated to a specific site, calling UpdateUsedTermsOnSite(SPSite) and then this method will update the site.

See Also

Reference

TermStore Class

TermStore Members

Microsoft.SharePoint.Taxonomy Namespace

UpdateUsedTermsOnSite(SPSite)