Method SearchObjectsWithProperties
SearchObjectsWithProperties(List<PdmObjectId>, bool, List<string>, bool, int)
Searches PDM objects with several properties.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 15, 400, 220)]
List<PdmObjectId> SearchObjectsWithProperties(List<PdmObjectId> inProjects, bool inSearchInReferencedProjects, List<string> inExtensions, bool inSkipDeletedObjects, int inMaxResultCount)
Parameters
| Type | Name | Description |
|---|---|---|
| List<PdmObjectId> | inProjects | Projects in which to search or null in order to search in all projects. |
| bool | inSearchInReferencedProjects | Search in referenced projects of specified projets. |
| List<string> | inExtensions | Document types to search for or null for all. |
| bool | inSkipDeletedObjects | Skip deleted objects. |
| int | inMaxResultCount | Maximum result count allowed, or -1 if no limit. |
Returns
| Type | Description |
|---|---|
| List<PdmObjectId> | Founded objects. |
Remarks
This method is available since v7.15.400.220.