Click or drag to resize
IXslFilterEnd Method
Calls after the filtering process has ended.

Namespace: Activsoft.Engine.XslFilter
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
void End(
	string fileName,
	Config monConfig,
	HttpParameters param
)

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