GetContentLength method: SearchResult class
Syntax
GetContentLength()
Description
Use this method to return the content length for this search result as an integer. If the content length cannot be determined, this method returns -1.
The content length, signature, title, and other attributes are used to determine whether a search result is a duplicate.
Parameters
None.
Returns
An integer.
Related Topics