Method ImportDocument
ImportDocument(IXliffDocument, ImportOptions, ITaskReporter)
Imports a single XLIFF document into the project. Attempts to find matching StringTableCollection's, if one could not be found then a new one is created.
Declaration
public static void ImportDocument(IXliffDocument document, Xliff.ImportOptions importOptions = null, ITaskReporter reporter = null)
Parameters
Type | Name | Description |
---|---|---|
IXliffDocument | document | The root XLIFF document. |
Xliff.ImportOptions | importOptions | Optional import options which can be used to configure the importing behavior. |
ITaskReporter | reporter | Optional reporter which can report the current progress. |