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.
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
- site
Type: Microsoft.SharePoint.SPSite
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.