Table of Contents

TTMSFNCCloudGoogleYouTube.GetLatestCommentThreads Method

Clears the CommentThreads collection and retrieves the most recent comment threads for the given video identifier.

API unit family: TMSFNCCloudGoogleYouTube Declaring type: TTMSFNCCloudGoogleYouTube Inherited from: TTMSFNCCustomCloudGoogleYouTube

Overloads

Overload 1

Clears the CommentThreads collection and retrieves the most recent comment threads for the given video identifier.

procedure GetLatestCommentThreads(AVideoId: string; AMaxResults: Integer = 50); overload;

Parameters

Name Description
AVideoId Identifier of the video whose comment threads are requested.
AMaxResults Maximum number of threads to return in the page. Defaults to 50.

Overload 2

Clears the CommentThreads collection and retrieves the most recent comment threads for the given video.

procedure GetLatestCommentThreads(AVideo: TTMSFNCCloudGoogleYouTubeVideo; AMaxResults: Integer = 50); overload;

Parameters

Name Description
AVideo Video whose comment threads are requested.
AMaxResults Maximum number of threads to return in the page. Defaults to 50.