Method ImportPackageAsReplication
ImportPackageAsReplication(string)
Imports a package with replication.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 303, 200)]
List<PdmObjectId> ImportPackageAsReplication(string inFileFullPath)
Parameters
| Type | Name | Description |
|---|---|---|
| string | inFileFullPath | Full path of the package file, with ".TopPkg" extension. |
Returns
| Type | Description |
|---|---|
| List<PdmObjectId> | List of imported projects PDM object identifiers. |
Remarks
This method must not be called between StartModification(string, bool) and EndModification(bool, bool) methods calls.
This method is available since v7.8.303.200.