arachnode.net

ArachnodeDAO.InsertImage Method

Inserts a row into table 'Images'.

public long? InsertImage(
   string webPageAbsoluteUri,
   string imageAbsoluteUri,
   string responseHeaders,
   byte[] source,
   string fullTextIndexType
);

Parameters

webPageAbsoluteUri
The AbsoluteUri of the WebPage where the Image was discovered.
imageAbsoluteUri
The AbsoluteUri of the Image.
responseHeaders
The ResponseHeaders returned from the HttpRequest.
source
The binary data of the Image.
fullTextIndexType
Full type of the text index.

Return Value

See Also

ArachnodeDAO Class | Arachnode.DataAccess Namespace