Method GetReferencingDocuments
GetReferencingDocuments(ErpPdmId, string)
Gets all referencing documents of an erp pdm object of a specific type
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 222, 80)]
List<ErpPdmId> GetReferencingDocuments(ErpPdmId inPdmId, string inFileExtension)
Parameters
| Type | Name | Description |
|---|---|---|
| ErpPdmId | inPdmId | Erp identifier of the object |
| string | inFileExtension | file extension of the type |
Returns
| Type | Description |
|---|---|
| List<ErpPdmId> | referecing documents with extension type, as Erp pdm Objects. |