Determines if the input string is acceptable as input for a FileDialog filter string.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsValidFilterString( string filterString )
Parameters
- filterString String
- The filter string.
Return Value
BooleanTrue of the filter string meets the minimal requirements to be a valid filter string.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
