Copyright © 2005-2023 MultiMedia Soft

Youtube.ChannelVideoListSearchItemThumbnailGet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Downloads and locally stores the thumbnail image of the video found through a previous search performed through the Youtube.ChannelVideoListSearch method.

 

For details about management of Youtube connections refer to How to enumerate and download video/audio clips from Youtube tutorial.

For further details about methods related to Youtube searches refer to the YoutubeMan class.

 

 

Syntax

 

[Visual Basic]

Public Function ChannelVideoListSearchItemThumbnailGet (

nIndexItem as Int32

) as String


 

[C#]

public string ChannelVideoListSearchItemThumbnailGet (

int nIndexItem

);


 

[C++]

public: string ChannelVideoListSearchItemThumbnailGet (

int nIndexItem

);


 

Parameter

Description

 

 

nIndexItem

Zero-based index of the item to query. The maximum number of available items can be obtained through the Youtube.ChannelVideoListSearchItemsCountGet method.

 

 

Return value

 

Value

Meaning

 

 

Empty string

The information is not available or an error occurred (see the LastError property for further error details)

Valid string

String containing the local pathname of the image file