SetParams(Object)

Set the Filter parameters.
Namespace: Pipes.PlumbingAssembly: Pipes in (Pipes.dll)

Syntax

C#
public void SetParams(
	object params
	)

Parameters

paramsObject
the parameters object

Remarks

This can be an object can contain whatever arbitrary properties and values your filter method requires to operate.