Method IncludePackageAsReplication
IncludePackageAsReplication(string, PdmObjectId, bool)
Imports a package with replication into an existing folder.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 19, 39, 0)]
List<PdmObjectId> IncludePackageAsReplication(string inFileFullPath, PdmObjectId inOwnerId, bool inUpdatesEvenIfConflict)
Parameters
| Type | Name | Description |
|---|---|---|
| string | inFileFullPath | Full path of the package file, with ".TopPkg" extension. |
| PdmObjectId | inOwnerId | Pdm object id of folder owner where imported file is to be stored or empty to import in root project. |
| bool | inUpdatesEvenIfConflict | Whether updates with imported version even if there is a conflict. |
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.19.039.000.