Hey All,
I'm trying to hit the SearchService web service to get a document's OTMIMEType, OTName, and OTModifyDate by populating a SingleSearchRequest.ResultTransformationSpec object (see line of code below).
_queryRequest.ResultTransformationSpec = new string[] { "OTMIMEType", "OTName", "OTModifyDate" };
The SingleSearchResponse object returns all but the OTModifyDate attribute. I've double checked that the OTModifyDate is searchable and retrievable.
Also, is there a way to get the latest Revision Number via the above method? Is there a OTRevisionNumber attribute?
I'm using ECM 9.7.1.
Thanks.