Callback:
Boolean
object
.CanDuplicate(
IUserObject
entity,
IDataModelObject
parent)
Called to know if the object can be duplicated.
Mandatory Attributes
Name
Description
Type
Allowed Values
Optional Attributes
Name
Description
Type
Default Value
Allowed Values
Parameters
entity
Type:
IUserObject
The object to duplicate.
parent
Type:
IDataModelObject
The location where the object wants to be duplicated.
Return Value
Type:
Boolean
True if the object can be duplicated; false otherwise.
Remarks