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( string text, DocumentMedia media ) |
Visual Basic (Declaration) |
---|
Public Function DocSearch ( _ text As String, _ media As DocumentMedia _ ) As DocSearchResults |
Visual C++ |
---|
public: DocSearchResults^ DocSearch( String^ text, DocumentMedia media ) |
Parameters
- text
- Type: System..::.String
Search document titles, descriptions and tags using a fulltext query.
- media
- Type: IpernityNET..::.DocumentMedia
The type of document to search
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 |