Revit 2019.2 API |
ExternalResourceBrowserData..::..IsValidFolderName Method |
ExternalResourceBrowserData Class See Also |
Checks whether the folder name is valid.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Since:
2015
Syntax
C# |
---|
public bool IsValidFolderName( string folderName ) |
Visual Basic |
---|
Public Function IsValidFolderName ( _ folderName As String _ ) As Boolean |
Visual C++ |
---|
public: bool IsValidFolderName( String^ folderName ) |
Parameters
- folderName
- Type: System..::..String
The folder name to check.
Return Value
True if the name is a valid folder name, false otherwise.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |