Method SearchDocumentsProvidingFunction
SearchDocumentsProvidingFunction(PdmMinorRevisionId, List<PdmObjectId>, bool, List<string>, bool, int)
Searches for documents which provide specified function.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 15, 400, 240)]
List<PdmObjectId> SearchDocumentsProvidingFunction(PdmMinorRevisionId inFunctionMinorRevisionId, List<PdmObjectId> inProjects, bool inSearchInReferencedProjects, List<string> inExtensions, bool inSkipDeletedObjects, int inMaxResultCount)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmMinorRevisionId | inFunctionMinorRevisionId | Function minor revision id. |
| 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.17.400.000.