Called before the filtering process starts.
Namespace: Activsoft.Engine.XslFilterAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxvoid Start(
string fileName,
Config monConfig,
HttpParameters param
)
Sub Start (
fileName As String,
monConfig As Config,
param As HttpParameters
)
void Start(
String^ fileName,
Config^ monConfig,
HttpParameters^ param
)
abstract Start :
fileName : string *
monConfig : Config *
param : HttpParameters -> unit
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