Checks if the provided name is valid.
public ValidationResult IsNameValid(string name)| parameter | description |
|---|---|
| name | The name that you wish to be checked. |
A ValidationResult containing the validity status and the error message that can be used if needed.
- record ValidationResult
- interface INameValidationService
- namespace Mendix.StudioPro.ExtensionsAPI.Services