Search(String)

Searches the documentation and returns a list of ContentEntrys that match the search term.
Namespace: TheBoxSoftware.API.LiveDocumenterAssembly: TheBoxSoftware.API.LiveDocumenter in (TheBoxSoftware.API.LiveDocumenter.dll)

Syntax

C#
public List<ContentEntry> Search(
	string text
	)

Parameters

textString
The text to search for.

Returns

List<>
A list of ContentEntrys or an empty list if none are found.