TermStore.GetImportManager Method
Gets the ImportManager object for this TermStore object.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Function GetImportManager As ImportManager
'Usage
Dim instance As TermStore
Dim returnValue As ImportManager
returnValue = instance.GetImportManager()
public ImportManager GetImportManager()
Return Value
Type: Microsoft.SharePoint.Taxonomy.ImportManager
Returns ImportManager.
Remarks
The ImportManager can be used to import a TermSet into a Group by reading the TermSet from a .csv file of a specified format.