메소드 | 설명 | |
---|---|---|
Search ( string query, bool fullText, bool searchFilesAndAttachments, SearchOptions options ) : SearchResultCollection |
Performs a search in the wiki.
|
|
SearchSimilarPages ( string name, string nspace ) : System.PageInfo[] |
Searches for pages with name or title similar to a specified value.
|
메소드 | 설명 | |
---|---|---|
CombineCollections ( List |
Combines a set of T:SearchResultCollections into a single object.
|
|
DetectFileOrAttachment ( |
Detects the document in a dumped instance for files and attachments.
|
|
TraverseDirectories ( |
Traverses a directory tree, indexing all files.
|
public static Search ( string query, bool fullText, bool searchFilesAndAttachments, SearchOptions options ) : SearchResultCollection | ||
query | string | The search query. |
fullText | bool | A value indicating whether to perform a full-text search. |
searchFilesAndAttachments | bool | A value indicating whether to search through files and attachments. |
options | SearchOptions | The search options. |
리턴 | SearchResultCollection |
public static SearchSimilarPages ( string name, string nspace ) : System.PageInfo[] | ||
name | string | The name to look for ( |
nspace | string | The namespace to search into. |
리턴 | System.PageInfo[] |