ObjVerExGetIndirectReferences Method

Returns a set of objects that reference this one.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public List<ObjVerEx> GetIndirectReferences(
	MFIdentifier prop = null,
	MFIdentifier objType = null,
	MFIdentifier objClass = null
)

Parameters

prop  MFIdentifier  (Optional)
The property through which items must reference this objVer. If not passed the related items can reference the target objVer via any property.
objType  MFIdentifier  (Optional)
The object type of the indirect references to return
objClass  MFIdentifier  (Optional)
The class of the indirect references to return

Return Value

ListObjVerEx
The indirect references.

See Also