nikhilparchure
Programmer
Hello,
Can we use query to check if a document library or folder consist a file whose name is in particular format
eg: Below are the file name
abc 10 Oct 2007.doc
xyz 15 Nov 2007.ppt
xyz 15 Nov 2006.ppt
I would like to use SPQuery to find all documents that were prepared in 2007 (having 2007 in the file name). This should return two documents (abc 10 Oct 2007.doc,
xyz 15 Nov 2007.ppt)
Can we use SPquery to achieve this or is there a better way to do this ?
Regards
Nikhil Parchure
Can we use query to check if a document library or folder consist a file whose name is in particular format
eg: Below are the file name
abc 10 Oct 2007.doc
xyz 15 Nov 2007.ppt
xyz 15 Nov 2006.ppt
I would like to use SPQuery to find all documents that were prepared in 2007 (having 2007 in the file name). This should return two documents (abc 10 Oct 2007.doc,
xyz 15 Nov 2007.ppt)
Can we use SPquery to achieve this or is there a better way to do this ?
Regards
Nikhil Parchure