RVTDocs.com

ImageExportOptions.IsValidFileName

Method
Description:
Verify if File name is valid
Syntax
public static bool IsValidFileName(
	string filePath
)
Parameters
Parameter Type Description
filePath String File path to be tested for valid file name
Return Value
Type Description
Boolean True if File name is valid; false otherwise
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null