Skip to main content

IMetamodels.RemovePathConstraint(string, string) method

Namespace: NextDesign.Core

Description

Removes the path constraint for the specified field in the specified class.

argument

NameTypeDescription
classNamestringClass name that is within the scope of the constraint
targetFieldNamestringConstraint target field name

Return value

  • void

Exception

NameException ClassDescription
Class not foundExtensionTypeNotFoundExceptionIf the class with the specified name is not found
Field not foundExtensionFieldNotFoundExceptionIf the field with the specified name is not found
Profile edit not possibleExtensionEditProfileExceptionIf profile edit operation fails