Aqualogic Interaction API  
 

IPTAccessor.WriteIndexingFile Method 

Writes an indexing file to the specified path. Typically, this copies the file to the indicated location, but some Accessors may write a "custom" indexing file which contains more or less information than that contained in the original document.

void WriteIndexingFile(
   string sFullFilePath
);

Parameters

sFullFilePath
the path to which the file should be written

See Also

IPTAccessor Interface | com.plumtree.server Namespace