Method GetExportedObjectIds
GetExportedObjectIds(string)
Get the list of the object identifiers selected during the export of given package file.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 18, 321, 0)]
List<PdmObjectId> GetExportedObjectIds(string inPackageFileFullPath)
Parameters
| Type | Name | Description |
|---|---|---|
| string | inPackageFileFullPath | Full path of the package file, with ".TopPkg" extension. |
Returns
| Type | Description |
|---|---|
| List<PdmObjectId> | The list of the object identifiers selected during the export of given package file. |