Method ImportDictionnaries
ImportDictionnaries(List<PdmObjectId>, string[], Dictionary<string, string>)
Imports dictionnaries documents from specified files if they correspond to specified project identifiers.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 15, 300, 0)]
void ImportDictionnaries(List<PdmObjectId> inProjects, string[] inFileFullNames, Dictionary<string, string> ioErrorMessages)
Parameters
| Type | Name | Description |
|---|---|---|
| List<PdmObjectId> | inProjects | Identifiers of projects. |
| string[] | inFileFullNames | Dictionnaries files full names. |
| Dictionary<string, string> | ioErrorMessages | Error messages. |
Remarks
This method is available since v7.15.300.000.