urlEncode generates a string encoding the contents of the currently selected item in search results.
dtsStringHandle urlEncode(long iItem, int maxLen, int flags);
|
Parameters |
Description |
|
long iItem |
Zero-based index identifying the item to encode |
|
int maxLen |
Maximum length of string to return, or zero to indicate no limit |
|
int flags |
UrlEncodeItemFlags value specifying options for the URL encoding |
A dtsStringHandle with the result of the URL encoding
The string can be used in a subsequent call to urlDecode to re-create the search results item.
The limit in maxLen is ignored if dtsUrlEncodeAsSearch is set in flags.
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|