Search for documents. Fulltext results are limited to 3 000 documents.
Namespace:
IpernityNETAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public DocSearchResults DocSearch( DocSearchParameters parameters ) |
Visual Basic (Declaration) |
---|
Public Function DocSearch ( _ parameters As DocSearchParameters _ ) As DocSearchResults |
Visual C++ |
---|
public: DocSearchResults^ DocSearch( DocSearchParameters^ parameters ) |
Parameters
- parameters
- Type: IpernityNET..::.DocSearchParameters
An object containing the parameters of the research
Return Value
A list of DocumentRemarks
This method encapsulates docs.search
"read" permission is necessary to access to private docs.
Exceptions
Exception | Condition |
---|---|
IpernityNET..::.IpernityException | Throwed when Ipernity returned an error |