Method SearchDocumentByUniversalId
SearchDocumentByUniversalId(PdmObjectId, string, string)
Searches for a document by its universal identifier.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 80)]
PdmObjectId SearchDocumentByUniversalId(PdmObjectId inProjectId, string inDomain, string inName)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inProjectId | Project PDM object identifier, or empty for searching in all projects. |
| string | inDomain | Universal domain. |
| string | inName | Universal name. |
Returns
| Type | Description |
|---|---|
| PdmObjectId | Document PDM object identifier. |
Remarks
This method is available since v7.10.