Пример #1
0
 /// <summary>
 /// Changes the Global Search Type
 /// </summary>
 /// <param name="type">The type of search that you want to do </param>
 /// <param name="index">The index of the record you want to open.</param>
 /// <example>xrmBrowser.GlobalSearch.ChangeSearchType("Categorized Search");</example>
 public bool ChangeSearchType(string type)
 {
     return(_client.ChangeSearchType(type));
 }