Method SearchProjectByName
SearchProjectByName(string)
Searches for a project by its name.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 80)]
List<PdmObjectId> SearchProjectByName(string inProjectName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | inProjectName | Project name. |
Returns
| Type | Description |
|---|---|
| List<PdmObjectId> | PDM object identifiers of projects corresponding to the searched name. |
Remarks
The project name is the localized name in the current culture of TopSolid.
This method is available since v7.10.