Method ImportFile
ImportFile(string, PdmObjectId, string)
Imports a file without conversion.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 80)]
PdmObjectId ImportFile(string inFullName, PdmObjectId inContainerId, string inDocumentName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | inFullName | Full name of the file to import. |
| PdmObjectId | inContainerId | PDM object identifier of project or folder container where imported file is to be stored. |
| string | inDocumentName | Name of the new document. |
Returns
| Type | Description |
|---|---|
| PdmObjectId | Identifier of the created document. |
Remarks
This method is available since v7.10.