Example #1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='filter'>
 /// </param>
 /// <param name='search'>
 /// </param>
 public static void HomeKeyValueGet(this ISettingsServiceV2API operations, string filter = default(string), string search = default(string))
 {
     operations.HomeKeyValueGetAsync(filter, search).GetAwaiter().GetResult();
 }