Method SearchDocumentByPartNumberWithWildcards
SearchDocumentByPartNumberWithWildcards(PdmObjectId, string)
Searches for a document by its part number using wildcards.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 0, 0)]
List<PdmObjectId> SearchDocumentByPartNumberWithWildcards(PdmObjectId inProjectId, string inPartNumber)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inProjectId | Project PDM object identifier, or empty for searching in all projects. |
| string | inPartNumber | Part number, with SQL wildcards (like "%" being a substitute for zero or more characters). |
Returns
| Type | Description |
|---|---|
| List<PdmObjectId> | PDM object identifiers of documents corresponding to the searched part number. |
Remarks
This method is available since v7.10.