ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Interface for a type which enables selection of the output options for IBatchRenderingOptions, when the input options indicate the potential for multiple documents. More...
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... | |
Interface for a type which enables selection of the output options for IBatchRenderingOptions, when the input options indicate the potential for multiple documents.
IBatchRenderingOptions CSF.Zpt.BatchRendering.IBatchOptionsMultipleInputOutputHelper.ToDirectory | ( | string | path, |
string | extensionOverride = null |
||
) |
Indicates that the output is to a filesystem directory.
path | The directory path. |
extensionOverride | An 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.
directory | The directory. |
extensionOverride | An optional override for the file extension of rendered documents. |