Method ExportPackage
ExportPackage(List<PdmObjectId>, bool, bool, string)
Exports a package.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 80)]
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 is available since v7.10.