public void Project( Project pProject, string searchString )
public: void Project( Project^ pProject, String^ searchString )
Parameters
| Parameter Name | Description |
|---|---|
| pProject | Project for which the search is conducted. |
| searchString | Text to search for. |
public void Project( Project pProject, string searchString )
public: void Project( Project^ pProject, String^ searchString )
| Parameter Name | Description |
|---|---|
| pProject | Project for which the search is conducted. |
| searchString | Text to search for. |
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown if NULL was passed as an argument. |
| System.ArgumentException | Thrown in case of invalid arguments, e.g. the project is not valid. |
| System.ApplicationException | Thrown if the internal interface for the search could not be created. |
| Eplan.EplApi.Base.BaseException | Thrown if the search finished with errors. |