Callback:
Boolean
load
.CanAdd(
IDataModelObject
parent,
String
objectName)
Called to know if the object can be added.
Mandatory Attributes
Name
Description
Type
Allowed Values
Optional Attributes
Name
Description
Type
Default Value
Allowed Values
Parameters
parent
Type:
IDataModelObject
The location where the object wants to be added.
objectName
Type:
String
The object name.
Return Value
Type:
Boolean
True if the object can be added; false otherwise.
Remarks