arachnode.net

ArachnodeDAO.InsertFileMetaData Method

Inserts a row into table 'Files_MetaData'.

public void InsertFileMetaData(
   string fileAbsoluteUri,
   long fileID
);

Parameters

fileAbsoluteUri
The AbsoluteUri of the File.
fileID
The FileID of the File.

See Also

ArachnodeDAO Class | Arachnode.DataAccess Namespace