Skip to content

Commit febf747

Browse files
Alphabetize samples by title
1 parent 41c51b1 commit febf747

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

dotnet/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## Samples in this directory:
22

3-
### [Upload a video](/youtube/api-samples/blob/master/dotnet/UploadVideo.cs)
3+
### [Create a playlist](/youtube/api-samples/blob/master/dotnet/PlaylistUpdates.cs)
44

5-
Method: youtube.videos.insert<br>
6-
Description: The following code sample calls the API's <code>videos.insert</code> method to upload a video to the channel
7-
associated with the request.
5+
Method: youtube.playlists.insert<br>
6+
Description: The following code sample calls the API's <code>playlists.insert</code> method to create a private playlist
7+
owned by the channel authorizing the request.
88

99
### [Retrieve my uploads](/youtube/api-samples/blob/master/dotnet/MyUploads.cs)
1010

@@ -20,8 +20,8 @@ Method: youtube.search.list<br>
2020
Description: The following code sample calls the API's <code>search.list</code> method to retrieve search results
2121
associated with a particular keyword.
2222

23-
### [Create a playlist](/youtube/api-samples/blob/master/dotnet/PlaylistUpdates.cs)
23+
### [Upload a video](/youtube/api-samples/blob/master/dotnet/UploadVideo.cs)
2424

25-
Method: youtube.playlists.insert<br>
26-
Description: The following code sample calls the API's <code>playlists.insert</code> method to create a private playlist
27-
owned by the channel authorizing the request.
25+
Method: youtube.videos.insert<br>
26+
Description: The following code sample calls the API's <code>videos.insert</code> method to upload a video to the channel
27+
associated with the request.

0 commit comments

Comments
 (0)