Esempio n. 1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='materialContextId'>
 /// </param>
 /// <param name='parentContextId'>
 /// </param>
 /// <param name='lang'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <IList <LMSApplicationCoreViewModelMaterialDetailsViewModel> > GetContextMaterialsAsync(this IMaterialApi operations, string materialContextId, string parentContextId, string lang, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GetContextMaterialsWithHttpMessagesAsync(materialContextId, parentContextId, lang, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }