ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Represents the response for a single document within an IBatchRenderingResponse. More...
Properties | |
bool | Success [get] |
Gets a value indicating whether this CSF.Zpt.BatchRendering.IBatchRenderingDocumentResponse indicates a success. More... | |
ZptException | Exception [get] |
Gets the nature of an error relating to the current document, if applicable. More... | |
ISourceInfo | SourceInfo [get] |
Gets the input location used for the current document. More... | |
string | OutputInfo [get] |
Gets the output location for the current document. More... | |
Represents the response for a single document within an IBatchRenderingResponse.
|
get |
Gets the nature of an error relating to the current document, if applicable.
The type of the error.
|
get |
Gets the output location for the current document.
The output location.
|
get |
Gets the input location used for the current document.
The input location.
|
get |
Gets a value indicating whether this CSF.Zpt.BatchRendering.IBatchRenderingDocumentResponse indicates a success.
true
if a success; otherwise, false
.