arachnode.net

ArachnodeDAO.InsertWebPage Method

Inserts a row into table 'WebPages'.

public long? InsertWebPage(
   string webPageAbsoluteUri,
   string responseHeaders,
   byte[] source,
   int codePage,
   string fullTextIndexType,
   int crawlDepth
);

Parameters

webPageAbsoluteUri
The web page absolute URI.
responseHeaders
The response headers.
source
The source.
codePage
The code page.
fullTextIndexType
Full type of the text index.
crawlDepth
The crawl depth.

Return Value

See Also

ArachnodeDAO Class | Arachnode.DataAccess Namespace