ZPT-Sharp  v1.0.0
Zope Page Templates for .NET
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
CSF.Zpt.BatchRendering.IBatchOptionsMultipleInputOutputHelper Interface Reference

Interface for a type which enables selection of the output options for IBatchRenderingOptions, when the input options indicate the potential for multiple documents. More...

Inheritance diagram for CSF.Zpt.BatchRendering.IBatchOptionsMultipleInputOutputHelper:

Public Member Functions

IBatchRenderingOptions ToDirectory (string path, string extensionOverride=null)
 Indicates that the output is to a filesystem directory. More...
 
IBatchRenderingOptions ToDirectory (DirectoryInfo directory, string extensionOverride=null)
 Indicates that the output is to a filesystem directory. More...
 

Detailed Description

Interface for a type which enables selection of the output options for IBatchRenderingOptions, when the input options indicate the potential for multiple documents.

Member Function Documentation

IBatchRenderingOptions CSF.Zpt.BatchRendering.IBatchOptionsMultipleInputOutputHelper.ToDirectory ( string  path,
string  extensionOverride = null 
)

Indicates that the output is to a filesystem directory.

Returns
The rendering options.
Parameters
pathThe directory path.
extensionOverrideAn optional override for the file extension of rendered documents.
IBatchRenderingOptions CSF.Zpt.BatchRendering.IBatchOptionsMultipleInputOutputHelper.ToDirectory ( DirectoryInfo  directory,
string  extensionOverride = null 
)

Indicates that the output is to a filesystem directory.

Returns
The rendering options.
Parameters
directoryThe directory.
extensionOverrideAn optional override for the file extension of rendered documents.

The documentation for this interface was generated from the following file: