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.