Endeca Presentation API
RemoveParams Method (c)
NamespacesEndeca.NavigationUrlGenRemoveParams(ICollection)
Removes any key value parameter with the keys specified in the collection.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveParams(
	ICollection c
)
Public Overridable Sub RemoveParams ( _
	c As ICollection _
)
public:
virtual void RemoveParams (
	ICollection^ c
)
Parameters
c (ICollection)
Collection of keys specifying parameter pairs to remove.
Remarks
Same semantics as the RemoveParam(String) call except that it is batch applied with c. Each element of collection c must be able to be casted as a String and be non null.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0