MajorObject.GetCreateReferences(Hashtable, Boolean, Boolean) Method

Definition

Gets a Hashtable to create references.

protected internal virtual void GetCreateReferences (System.Collections.Hashtable createReferences, bool considerPermissions, bool considerPartitions);
abstract member GetCreateReferences : System.Collections.Hashtable * bool * bool -> unit
override this.GetCreateReferences : System.Collections.Hashtable * bool * bool -> unit
Protected Friend Overridable Sub GetCreateReferences (createReferences As Hashtable, considerPermissions As Boolean, considerPartitions As Boolean)

Parameters

createReferences
Hashtable

The hastable to create references.

considerPermissions
Boolean

true to consider permissions; otherwise, false.

considerPartitions
Boolean

true to consider partitions; otherwise, false.

Remarks

For internal use.

Applies to