[This is preliminary documentation and is subject to change.]

Delete a filter from the database

Namespace:  OfficeClip.DBLayer.Tracker
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void RemoveFilter(
	int filterId
)
Visual Basic (Declaration)
Public Sub RemoveFilter ( _
	filterId As Integer _
)
Visual C++
public:
void RemoveFilter(
	int filterId
)

Parameters

filterId
Type: System..::.Int32
The unique id of the filter

See Also