Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
ApplyQuery Results.
Maryann_Armitage
Is it possible to get attribute information out of the query results, like: results.toValue(i).toString("OTAttrib1"))? 'Call Query status = search.ApplyQuery( _ BobjectID, _ selectList, _ where, _ 0, _ "", _ 0, _ 100, _ "LivelinkQueryLanguage", _ results) this.GetErrors(session, ErrorStream) Dim Length As Integer Length = results.size() Dim i As Integer Dim ret(Length - 1)() As String For i = 0 To Length - 1 ret(i) = New String() { (results.toValue(i).toString("OTDataID")), (results.toValue(i).toString("OTName")), (results.toValue(i).toString("OTSummary"))} Next
Find more posts tagged with
Comments
There are no comments yet