Click or drag to resize
IXslFilterStart Method
Called before the filtering process starts.

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

Parameters

fileName
Type: SystemString
Name of the file to be filtered.
monConfig
Type: Activsoft.EngineConfig
The current Config instance.
param
Type: Activsoft.Engine.XslFilterHttpParameters
The list of parameters defining the filtering process as unique.
Remarks
If your filter depends on a parameter, you must add its name and value to the param collection.
See Also