Zeus API Reference - MyGeneration Software

ZeusOutput.preserve Method 

If the setPreserveSource(targetFile, prefex, suffix) function was called, all of the custom code from the targetFile is stored in the ZeusOutput object. When the preserve method is called, the code segment that correlates to the key parameter is written to the output buffer surrounted by the appropriate preserve tags.

public void preserve(
   string key
);

Parameters

key
The key that identifies the desired code segment

Implements

IZeusOutput.preserve

See Also

ZeusOutput Class | Zeus Namespace