IMetamodels.RemovePathConstraint(string,string) method
Namespace: NextDesign.Core
Description
Removes the path constraint for the specified field of the specified class.
argument
| Name | Type | Description |
|---|---|---|
| className | string | Class name for which the constraint is valid |
| targetFieldName | string | target field name for constraint |
Return value
- void
Exceptions
| Name | Exception Class | Description |
|---|---|---|
| Class not found | ExtensionTypeNotFoundException | If a class with the specified name was not found |
| Field not found | ExtensionFieldNotFoundException | If a field with the specified name was not found |
| Profile cannot be edited | ExtensionEditProfileException | If the profile edit operation fails |