ObjVerExGetDirectReferences(MFIdentifier, Boolean, Boolean) Method
Gets all the direct references found in the given lookup-based property.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public List<ObjVerEx> GetDirectReferences(
MFIdentifier prop,
bool includeDeletedItems = false,
bool preLoad = true
)
- 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.
ListObjVerExDirect references.