MajorObject.GetReferences(Hashtable, Boolean) Method

Definition

Gets the objects that the MajorObject references.

public virtual System.Collections.Hashtable GetReferences (System.Collections.Hashtable references, bool forMajorChildrenAlso);
abstract member GetReferences : System.Collections.Hashtable * bool -> System.Collections.Hashtable
override this.GetReferences : System.Collections.Hashtable * bool -> System.Collections.Hashtable
Public Overridable Function GetReferences (references As Hashtable, forMajorChildrenAlso As Boolean) As Hashtable

Parameters

references
Hashtable

The Hashtable to append references to.

forMajorChildrenAlso
Boolean

true to also reference for major children; otherwise, false.

Returns

The references Hashtable with objects that the data source references appended.

Applies to