How do I know if the user selected a SharePoint file in OpenFileDialog? -


in openfiledialog, user can enter address of sharepoint site , select document in document library. need provide check-in/check-out integration sharepoint documents. there way determine if file stored in sharepoint document library?

thanks in advance!

after dialog returns, can check value of selected file. if there's value, selected file. can validate file selected attempting open file.

start here: http://msdn.microsoft.com/en-us/library/system.windows.forms.openfiledialog.aspx


Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

asp.net - call stack missing info on mono with apache and mod_mono -