ExternalResourceBrowserData.IsValidFolderName
Method
Description:
Checks whether the folder name is valid.
Checks whether the folder name is valid.
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 |