arachnode.net

ArachnodeDAO.InsertDisallowedAbsoluteUri Method

Inserts a row into table 'DisallowedAbsoluteUris'.

public void InsertDisallowedAbsoluteUri(
   int contentTypeID,
   int discoveryTypeID,
   string webPageAbsoluteUri,
   string disallowedAbsoluteUriAbsoluteUri,
   string reason
);

Parameters

contentTypeID
The content type ID.
discoveryTypeID
The discovery type ID.
webPageAbsoluteUri
The web page absolute URI.
disallowedAbsoluteUriAbsoluteUri
The disallowed absolute URI absolute URI.
reason
The reason.

See Also

ArachnodeDAO Class | Arachnode.DataAccess Namespace