コード例 #1
0
ファイル: VideoMethods.cs プロジェクト: RomanGL/InTouch
 /// <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
ファイル: VideoMethods.cs プロジェクト: gitter-badger/InTouch
 /// <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);