ParentAllowed(Parent: IMetabaseObjectDescriptor): Boolean;
Parent. The description of the repository object which is supposed to be used as the owner object for the current object.
The ParentAllowed property returns whether the current object can be set as the child object for the specified object.
To get the description of the owner object use the IMetabaseObjectDescriptor.Parent property.
Available values:
True. The current object will be set as the child for the specified object.
False. The current object will not be set as the child for the specified object.
See also: