ReferenceTree.ReferenceTreeBranch Constructor

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public ReferenceTreeBranch(
	Vault vault,
	ObjVer objVer,
	PropertyValues contextProps,
	ReferenceTree parent,
	int nestingDepth,
	ReferenceTree.ResolutionType type,
	ReferenceTree.TreeMap map
)

Parameters

vault  Vault
Permanent Vault
objVer  ObjVer
ObjVer of the Context Object
contextProps  PropertyValues
PropertyValues Collection of the Context Object
parent  ReferenceTree
Parent ReferenceTree
nestingDepth  Int32
Depth at this level
type  ReferenceTree.ResolutionType
ReferenceTree.ResolutionType - Object Reference or Display Value
map  ReferenceTree.TreeMap
Map for this depth. ( Same as Parent, without the first index )

See Also