extJobId strsJobId <propertyName> = [(<propertyType>)] <Property> <whitespace> ...
<propertyName> <propertyType> <Property>
• Strings that contain whitespace or any of the characters (,),; or = must be surrounded by single quotes.
Example 48 DocumentType=PDF Customer='The Big Company' CustomerId=12 IsInvoice=(boolean)true Counter=(long)1
• DocumentType is a string property and the value is PDF.
• Customer is a string property and the value is The Big Company. Since it contains spaces, it needs to be surrounded by single quotes.
• CustomerId is a string property and the value is 12.
• IsInvoice is a boolean property and the value is true.
• Counter a long property and the value is 1.
| OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |