FileCondition
A complex data type that represents the fields on which a search can be performed and the condition to match.
Elements
Field
FileField. File field on which to perform a search.
Match
String. The condition to match. If the condition includes special characters, for example a dash, either escape the special character with a backslash (\) or enclose it in brackets ([ ]). For example, to search for a file 05-25-04Report.rptdocument, specify one of the following:
05\-25\-04Report.rptdocument
05[-]25[-]04Report.rptdocument