Google Vedio Search - Need to send starting no of the vedio page

Discussion in 'Google API' started by amrindia, Oct 16, 2008.

  1. #1
    Hi All

    I am developing a WPF application for Vedio Search. I have implemented for google search with google.api.search.

    In this, I need to pass start vedio page also. can any one please give me a solution for this.
    Actually I used
    IList<IVideoResult> results = GvideoSearcher.Search(searchKey, UIConstants.MAXRESULTS, SortType.date);

    foreach (IVideoResult result in results)
    {}

    Thanks
    Michael
     
    amrindia, Oct 16, 2008 IP