arachnode.net

ArachnodeDAO.InsertFileDiscovery Method

Inserts a row into table 'Files_Discoveries'.

public void InsertFileDiscovery(
   string webPageAbsoluteUri,
   string fileAbsoluteUri
);

Parameters

webPageAbsoluteUri
The AbsoluteUri of the WebPage where the File was discovered.
fileAbsoluteUri
The AbsoluteUri of the File.

See Also

ArachnodeDAO Class | Arachnode.DataAccess Namespace