Uiinfrastructure API Docs  
 

HTMLElement.SaveToTempFile Method (String)

This method saves the display string of this object to a temporary file.

public virtual string SaveToTempFile(
   string sFileName
);

Parameters

sFileName
Pass the name of the file within which you wish to save this HTMLPage.

Return Value

The absolute path of the file saved.

See Also

HTMLElement Class | com.plumtree.xpshared.htmlelements Namespace | HTMLElement.SaveToTempFile Overload List