示例#1
0
 /// <summary>
 /// Reorders the video in the video album.
 /// </summary>
 /// <param name="methodParams">A <see cref="VideoReorderVideosParams"/> object with the params.</param>
 /// <returns>If successfully executed, returns True.</returns>
 public async Task<Response<bool>> ReorderVideos(VideoReorderVideosParams methodParams)
     => await Request<bool>("reorderVideos", methodParams);
示例#2
0
 /// <summary>
 /// Reorders the video in the video album.
 /// </summary>
 /// <param name="methodParams">A <see cref="VideoReorderVideosParams"/> object with the params.</param>
 /// <returns>If successfully executed, returns True.</returns>
 public async Task <Response <bool> > ReorderVideos(VideoReorderVideosParams methodParams)
 => await Request <bool>("reorderVideos", methodParams);