[This is preliminary documentation and is subject to change.]
Gets the filter detail for a given filter
Namespace:
OfficeClip.DBLayer.TrackerAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public void GetFilterDetail( int filterId, ref string filterName, ref string displayString ) |
Visual Basic (Declaration) |
---|
Public Sub GetFilterDetail ( _ filterId As Integer, _ ByRef filterName As String, _ ByRef displayString As String _ ) |
Visual C++ |
---|
public: void GetFilterDetail( int filterId, String^% filterName, String^% displayString ) |
Parameters
- filterId
- Type: System..::.Int32
The database id of the filter
- filterName
- Type: System..::.String%
The name of the filter
- displayString
- Type: System..::.String%
The display string of the filter