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
Post a Comment