xcdUnzipDestination enumeration

Glossary Item Box

xcdUnzipDestination
{
  xudDisk = 0,
  xudMemory = 1,
  xudMemoryStream = 2,
}

This enumeration is used by the UnzipPreprocessingFile property. Explanations on each parameter can be found in that property's help topic.