arachnode.net

ArachnodeDAO.InsertFile Method

Inserts a row into table 'Files'.

public long? InsertFile(
   string webPageAbsoluteUri,
   string fileAbsoluteUri,
   string responseHeaders,
   byte[] source,
   string fullTextIndexType
);

Parameters

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

Return Value

See Also

ArachnodeDAO Class | Arachnode.DataAccess Namespace