Callback: Boolean object.CanDuplicate(IUserObject entity, IDataModelObject parent)

Callback that is invoked to determine if the object can be duplicated.

Parameters

  • entity
    The object to duplicate.
  • parent
    The location where the object wants to be duplicated.

Return Value

Type: Boolean
True if the object can be duplicated; false otherwise.