Skip to main content

ValidationCopyProperty

Callable


  • Copies the value of a single property key from a source Property object to a target Property object.


    Parameters

    • sourceProperty: ItemProperties

      The original Property object on the item

    • targetProperty: ItemProperties

      The Property object on the modified item

    • key: string

      The property key whose value to copy

    Returns boolean

    • TRUE if the target Property object was modified as a result of copying (indicating that there were invalid changes to the property), FALSE otherwise