Method ExportPackage
ExportPackage(List<PdmObjectId>, bool, bool, string)
Exports a package.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
void ExportPackage(List<PdmObjectId> inObjectIds, bool inExportsForDelivery, bool inExportsIncrementalPackage, string inFileFullPath)
Parameters
| Type | Name | Description |
|---|---|---|
| List<PdmObjectId> | inObjectIds | PDM object identifiers. |
| bool | inExportsForDelivery | Whether exports for delivery. |
| bool | inExportsIncrementalPackage | Whether exports an incremental package. |
| string | inFileFullPath | Full path of the exported package, with ".TopPkg" extension. |
Remarks
This method must not be called between StartModification(string, bool) and EndModification(bool, bool) methods calls.
This method is available since v7.6.