IMetamodels.RemovePathConstraint(string, string) method
Namespace: NextDesign.Core
Description
Removes the path constraint for the specified field in the specified class.
argument
| Name | Type | Description |
|---|---|---|
| className | string | Class name that is within the scope of the constraint |
| targetFieldName | string | Constraint target field name |
Return value
- void
Exception
| Name | Exception Class | Description |
|---|---|---|
| Class not found | ExtensionTypeNotFoundException | If the class with the specified name is not found |
| Field not found | ExtensionFieldNotFoundException | If the field with the specified name is not found |
| Profile edit not possible | ExtensionEditProfileException | If profile edit operation fails |