Esempio n. 1
0
 /// <summary> Delete this video </summary>
 public Task DeleteAsync(RequestOptions options = null)
 => VideoHelper.DeleteAsync(this, options);
Esempio n. 2
0
 /// <summary> Modify the properties of this video </summary>
 public Task ModifyAsync(Action <ModifyVideoParams> changes, RequestOptions options = null)
 => VideoHelper.ModifyAsync(this, changes, options);