Calls after the filtering process has ended.
Namespace: Activsoft.Engine.XslFilterAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxvoid End(
string fileName,
Config monConfig,
HttpParameters param
)
Sub End (
fileName As String,
monConfig As Config,
param As HttpParameters
)
void End(
String^ fileName,
Config^ monConfig,
HttpParameters^ param
)
abstract End :
fileName : string *
monConfig : Config *
param : HttpParameters -> unit
Parameters
- fileName
- Type: SystemString
Name of the file that was filtered. - monConfig
- Type: Activsoft.EngineConfig
The current Config instance. - param
- Type: Activsoft.Engine.XslFilterHttpParameters
The list of parameters determined when the filtering process was started.
See Also