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.1.0.0 (26.1.0.34)
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 |