![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| IGPALYouTube | WithCredentials (ICredentials credentials) |
| IGPALYouTube | WithTitle (string title) |
| IGPALYouTube | WithDescription (string description) |
| IGPALYouTube | WithTags (params string[] tags) |
| IGPALYouTube | WithPrivacy (Enums.YouTubePrivacy privacy) |
| IGPALYouTube | WithCategory (Enums.YouTubeCategory category) |
| Browser.YouTubeUploadResult | Upload (GPALFile file) |
| IGPALYouTube | WithVideo (Browser.YouTubeUploadResult result) |
| IGPALYouTube | WithVideos (IEnumerable< Browser.YouTubeUploadResult > results) |
| IGPALYouTube | WaitForProcessing (int pollIntervalSeconds=60) |
| IGPALYouTube | WithOutputTo (System.Windows.Forms.TextBoxBase control) |
| IGPALYouTube | ScheduleAt (Browser.PremiereTime premiereTime) |
| void | WaitForCompletion () |
| IGPALYouTube | WithPlaylist (string playlistId) |
| Browser.YouTubePlaylistResult | CreatePlaylist () |
| IGPALYouTube | AddToPlaylist (string playlistId) |
| IGPALYouTube | WithVideoId (string videoId) |
| IGPALYouTube | WithSearchTerms (string query) |
| IGPALYouTube | WithSearchTerms (IGPALGrid< string > grid) |
| IGPALYouTube | GetResults (out Browser.YouTubeVideoInfo info) |
| IGPALYouTube | GetResults (out System.Collections.Generic.List< Browser.YouTubeVideoInfo > results) |
Definition at line 1390 of file Interfaces.cs.
| void GenerallyPositive.IGPALYouTube.WaitForCompletion | ( | ) |
Implemented in GenerallyPositive.Browser.GPALYouTube.