IMetabaseObjectDescriptor.ParentAllowed

Syntax

ParentAllowed(Parent: IMetabaseObjectDescriptor): Boolean;

Parameters

Parent. The description of the repository object which is supposed to be used as the owner object for the current object.

Description

The ParentAllowed property returns whether the current object can be set as the child object for the specified object.

Comments

To get the description of the owner object use the IMetabaseObjectDescriptor.Parent property.

Available values:

See also:

IMetabaseObjectDescriptor