RVTDocs.com

ExternalResourceBrowserData.IsValidFolderName

Method
Description:
Checks whether the folder name is valid.
Syntax
public bool IsValidFolderName(
	string folderName
)
Parameters
Parameter Type Description
folderName String The folder name to check.
Return Value
Type Description
Boolean True if the name is a valid folder name, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null