SharePoint 2010 client object model get document library
My problem is how can I retrieve a specific document library using the SharePoint 2010 client object model when knowing only the URL to the document library and just part of the library title? Details of what I am working with. -- I have a console application that is configured to work with SharePoint 2010 Client Object Model in C#. This application reads in data that I am to use to locate a specific document library in our sharepoint environment. From the data in the file I am given only the document library name (NOT THE TITLE of the document library). I can construct the URL to the document library and I can deduce part of the document library title but not the full library title. Thank you.