TTMSFNCCustomCloudGoogleYouTube.GetAllCommentThreads Method
Retrieves all comment threads for the given video identifier by following every page.
API unit family: TMSFNCCloudGoogleYouTube
Declaring type: TTMSFNCCustomCloudGoogleYouTube
Overloads
Overload 1
Retrieves all comment threads for the given video identifier by following every page.
procedure GetAllCommentThreads(AVideoId: string); overload;
Parameters
| Name | Description |
|---|---|
AVideoId |
Identifier of the video whose comment threads are requested. |
Overload 2
Retrieves all comment threads for the given video by following every page.
procedure GetAllCommentThreads(AVideo: TTMSFNCCloudGoogleYouTubeVideo); overload;
Parameters
| Name | Description |
|---|---|
AVideo |
Video whose comment threads are requested. |