Method SearchFolderByName
SearchFolderByName(PdmObjectId, string)
Searches for a folder by its name.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 13, 0, 0)]
List<PdmObjectId> SearchFolderByName(PdmObjectId inProjectId, string inFolderName)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inProjectId | Project PDM object identifier, or empty for searching in all projects. |
| string | inFolderName | Folder name. |
Returns
| Type | Description |
|---|---|
| List<PdmObjectId> | PDM object identifiers of documents corresponding to the searched name. |
Remarks
This method is available since v7.13.