Generates a valid name based on the candidateName that you provide.
public string GetValidName(string candidateName)| parameter | description |
|---|---|
| candidateName | The initial version of the Name that will be used in validation process. |
A valid name.
- interface INameValidationService
- namespace Mendix.StudioPro.ExtensionsAPI.Services