Skip to content

Commit df6c47f

Browse files
jaredbaszlermfilippov
authored andcommitted
Issue159-Fixed build error regarding interface
1 parent 0733205 commit df6c47f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/VimeoDotNet/IVimeoClient.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,8 +521,9 @@ Task<Paginated<Video>> GetVideoByTag(string tag, int? page = null,
521521
/// </summary>
522522
/// <param name="userId">User ID</param>
523523
/// <param name="name">Name</param>
524+
/// <param name="parentFolderUri">Parent Folder URI</param>
524525
/// <returns>Tag</returns>
525-
Task<Folder> CreateVideoFolder(UserId userId, string name);
526+
Task<Folder> CreateVideoFolder(UserId userId, string name, string parentFolderUri = null);
526527

527528
/// <summary>
528529
/// Get all folders by UserId and query and page parameters asynchronously

0 commit comments

Comments
 (0)