Syntax
Group
Parameters
Parameters |
Description |
---|---|
int iItem |
Zero-based index identifying the item to encode |
int maxLen |
Maximum length of string to return, or zero to indicate no limit |
flags |
UrlEncodeItemFlags value specifying options for the URL encoding |
Returns
A dtsStringHandle with the result of the URL encoding
Description
urlEncode generates a string encoding the contents of the currently selected item in search results. The string can be used in a subsequent call to urlDecode to re-create the search results item.
Remarks
The limit in maxLen is ignored if dtsUrlEncodeAsSearch is set in flags.