JobCondition
A complex data type that represents the fields on which a search can be performed and the condition to match.
Schema
<xsd:complexType name="JobCondition">
<xsd:sequence>
<xsd:element name="Field" type="typens:JobField"/>
<xsd:element name="Match" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
Elements
Field
An element that includes one or more of the fields on which a search can be performed.
Match
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