Srch.U.getUnEncodedMultiValuedResults Method (DisplayTemplatesSrch)
Gets a trimmed string that is un-encoded containing multi-valued results.
Srch.U.getUnEncodedMultiValuedResults(multiValue, maxItems, rawDelimiter)
Return value
A string that is trimmed according to the maximum number of items and concatenated with the given n delimiter.
Parameters
multiValue
The string to trim.maxItems
The maximum number of items.rawDelimiter
The delimiter for splitting results.