/// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='materialOrderCommand'> /// </param> /// <param name='lang'> /// </param> /// <param name='cancellationToken'> /// The cancellation token. /// </param> public static async Task <IList <LMSApplicationCoreViewModelMaterialDetailsViewModel> > SetMaterialsOrderAsync(this IMaterialApi operations, LMSApplicationCoreCommandsMaterialOrderCommand materialOrderCommand, string lang, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.SetMaterialsOrderWithHttpMessagesAsync(materialOrderCommand, lang, null, cancellationToken).ConfigureAwait(false)) { return(_result.Body); } }