Search for documents. Fulltext results are limited to 3 000 documents.

Namespace:  IpernityNET
Assembly:  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 Document

Remarks

This method encapsulates docs.search "read" permission is necessary to access to private docs.

Exceptions

ExceptionCondition
IpernityNET..::.IpernityExceptionThrowed when Ipernity returned an error

See Also