Public Function GetFilterTypes( _ ByVal filterID As String _ ) As List(Of String)
public List<string> GetFilterTypes( string filterID )
Parameters
- filterID
Return Value
List{System.String}
Public Function GetFilterTypes( _ ByVal filterID As String _ ) As List(Of String)
public List<string> GetFilterTypes( string filterID )
| Exception | Description |
|---|---|
| System.ArgumentException | filter not found |
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)