コード例 #1
0
 /// <summary>
 ///     Clears the search document.
 /// </summary>
 /// <param name="blogId">The blog identifier.</param>
 private static void ClearSearchDocument(string blogId)
 {
     searchService.DeleteData(blogId);
 }