Copyright © 2005-2023 MultiMedia Soft

Youtube.ChannelVideoListSearchItemsCountGet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Obtains the total number of videos found inside a specific channel 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 ChannelVideoListSearchItemsCountGet (

ByRef nCount as Int32

) as enumErrorCodes


 

[C#]

public enumErrorCodes ChannelVideoListSearchItemsCountGet (

ref int nCount

);


 

[C++]

public: enumErrorCodes ChannelVideoListSearchItemsCountGet (

int __gc *nCount

);


 

Parameter

Description

 

 

nCount

Reference that, after returning from the method call, will contain the number of videos found

 

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred, check the LastError property value in order to get the error code

enumErrorCodes.ERR_NOERROR (0)

The method call was successful