Specify as least one of filter parameters. If you specify more than one filter parameters, the operation will run for data that matched all specified condition (AND).
Any one of the following numbers;
0 - Word
1 - Excel
2 - PowerPoint
3 - Access
4 - Outlook
5 - SkyDrive Pro
6 - InfoPath
7 - OneNote
8 - Project
9 - Publisher
10 - Visio
11 - Sharepoint Designer
Either one of the following values:
0 - Document
1 - Template
2 - Application-specific add-in
3 - COM add-in
4 - Apps for Office
A wildcard character is a keyboard character such as an asterisk (*) or a question mark (?) that is used to represent one or more characters. Wildcard characters are often used in place of one or more characters when you do not know what the real character is or you do not want to type the entire name.
Use the asterisk as a substitute for zero or more characters. If you are targeting file name that you know starts with "gloss" but you cannot remember the rest of the file name, type the following:
gloss*
This locates all files of any file type that begin with "gloss" including Glossary.xlsx, Glossary.docx, and Glossy.docx. To narrow the search to a specific type of file, type:
gloss*.docx
This locates all files that begin with "gloss" but have the file name extension .docx, such as Glossary.doc and Glossy.doc.
Use the question mark as a substitute for a single character in a name. For example, if you type gloss?.doc, you will locate the file Glossy.doc or Gloss1.doc but not Glossary.doc.
Maheshkumar S Tiwari edited Original. Comment: Added tags