'宣言 Public Overridable Function GetInstanceSearchResults( _ ByVal reportPath As System.String, _ ByVal instanceId As System.String, _ ByVal text As System.String, _ Optional ByVal matchCase As System.Boolean, _ Optional ByVal wholeWord As System.Boolean, _ Optional ByVal startPageIndex As System.Integer, _ Optional ByVal scope As SearchScope _ ) As System.Web.Http.IHttpActionResult
public virtual System.Web.Http.IHttpActionResult GetInstanceSearchResults( System.string reportPath, System.string instanceId, System.string text, System.bool matchCase, System.bool wholeWord, System.int startPageIndex, SearchScope scope )
パラメータ
- reportPath
- レポートの完全パス。
- instanceId
- レポートインスタンス ID。
- text
- 検索で使用するテキスト。
- matchCase
- 大文字と小文字を区別して値を検索するかどうかを示す Boolean 値。
- wholeWord
- 単語単位で値を検索するかどうかを示す Boolean 値。
- startPageIndex
- 検索する最初のページの 0 ベースのインデックス。
- scope
- 検索の範囲。
戻り値の型
C1.Web.Api.Document.Models.SearchResult 型オブジェクトのコレクションのコンテンツを保持する System.Web.Http.IHttpActionResult 型オブジェクト。