arachnode.net

ArachnodeDAO.InsertWebPageMetaData Method

Inserts a row into table 'WebPages_MetaData'.

public void InsertWebPageMetaData(
   long webPageID,
   string webPageAbsoluteUri,
   byte[] text,
   string xml
);

Parameters

webPageID
The web page ID.
webPageAbsoluteUri
The web page absolute URI.
text
The text.
xml
The XML.

See Also

ArachnodeDAO Class | Arachnode.DataAccess Namespace