Hevea documentation

DataCached.SaveTo Method 

Saves the data into a the specified file.

public void SaveTo(
   string fileName
);

Parameters

fileName
file name

Exceptions

Exception Type Condition
ArgumentNullException fileName is null
IOException the file could not be created
UnauthorizedAccessException file creation not allowed
DirectoryNotFoundException the directory does not exist

See Also

DataCached Class | Hevea.Core Namespace