ArachnodeDAO.InsertDisallowedAbsoluteUriDiscovery Method
Inserts a row into table 'DisallowedAbsoluteUris_Discoveries'.
public
void InsertDisallowedAbsoluteUriDiscovery(
string webPageAbsoluteUri,
string disallowedAbsoluteUriAbsoluteUri);
Parameters
-
webPageAbsoluteUri
- The AbsoluteUri of the WebPage where the DisallowedAbsoluteUri was discovered.
-
disallowedAbsoluteUriAbsoluteUri
- The AbsoluteUri of the DisallowedAbsoluteUri.
See Also
ArachnodeDAO Class | Arachnode.DataAccess Namespace