SetParams(Object)
Set the Filter parameters.
Namespace: Pipes.PlumbingAssembly: Pipes in (Pipes.dll)
Syntax
C#
public void SetParams( object params )
Parameters
params
Objectthe parameters object
Remarks
This can be an object can contain whatever arbitrary properties and values your filter method requires to operate.