ObjVerExGetDirectReferences(MFIdentifier, Boolean, Boolean) Method

Gets all the direct references found in the given lookup-based property.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public List<ObjVerEx> GetDirectReferences(
	MFIdentifier prop,
	bool includeDeletedItems = false,
	bool preLoad = true
)

Parameters

prop  MFIdentifier
The property to resolve references from.
includeDeletedItems  Boolean  (Optional)
True to include deleted items.
preLoad  Boolean  (Optional)
Indicates whether the returned objects should be preloaded with the ObjectVersion and Properties.

Return Value

ListObjVerEx
Direct references.

See Also