Share

FileDialog.IsValidFilterString Method

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

Boolean
True of the filter string meets the minimal requirements to be a valid filter string.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?