[This is preliminary documentation and is subject to change.]
Remove a filter
Namespace:
OfficeClip.DBLayer.MetabaseAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public void DeleteFilter( int filterId ) |
| Visual Basic (Declaration) |
|---|
Public Sub DeleteFilter ( _ filterId As Integer _ ) |
| Visual C++ |
|---|
public: void DeleteFilter( int filterId ) |
Parameters
- filterId
- Type: System..::.Int32
The unique id of the filter
