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.

See also

Reference

TermStore class

TermStore members

Microsoft.SharePoint.Taxonomy namespace