FetchDependencies(FromSource: Boolean): IMetabaseObjectDescriptors;
FetchDependencies(FromSource: boolean): Prognoz.Platform.Interop.Metabase.IMetabaseObjectDescriptors;
FromSource. Parameter determining 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 IMetabaseObjectDescriptor.Dependencies property this method returns a list of description of objects taking into account the objects for which the indicator of delayed description loading was set.
The method returns an empty collection, if the object does not depend on any repository object.
See also: