Zeus API Reference - MyGeneration Software

ZeusOutput.setPreserveSource Method 

The file at the path parameter will be opened up and all PRESERVE blocks will be loaded and kept for use in this ZeusOutput object. The preserve(key) method can be used to get preserved code segments by it's key parameter.

public void setPreserveSource(
   string path,
   string prefix,
   string suffix
);

Parameters

path
A path to the file that contains code segments that are to be preserved.
prefix
Prefix to the PRESERVE_BEGIN tag.
suffix
Suffix to the PRESERVE_END tag.

Implements

IZeusOutput.setPreserveSource

See Also

ZeusOutput Class | Zeus Namespace