ImportManager class

The ImportManager class is used to import individual TermSet instances into a Group.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Taxonomy.ImportManager

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class ImportManager
'Usage
Dim instance As ImportManager
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class ImportManager

Remarks

The data for the import is specified in a *.csv that must follow a well known format.This class can be retrieved from the method GetImportManager().This is a useful class for bootstrapping a TermStore with individual term sets, but for more complex data it is recommended that the writable APIs for Group, TermSet and Term be used to import data.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ImportManager members

Microsoft.SharePoint.Taxonomy namespace

GetImportManager()

ImportTermSet(Group, TextReader, Boolean, String)