FetchDependencies(FromSource: Boolean): IMetabaseObjectDescriptors;
FromSource is a parameter that determines for which object the property will be calculated. This parameter is relevant for shortcuts. If True is passed as a value, the property will return description of objects on which the object depends, to which the shortcut refers. If False is passed as a value, the property will return description of objects on which the shortcut depends.
The FetchDependencies method returns a collection of descriptions of the objects on which the given object depends.
As opposed to the Dependencies property, the method returns a list of descriptions of objects taking into account the objects for which the indicator of lazy description loading was set.
The method returns an empty collection, if the object does not depend on any repository object.
See also: