ObjVerExGetDirectReferences Method (Object, Boolean, Boolean) |
Gets all the direct references found in the given lookup-based property.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic List<ObjVerEx> GetDirectReferences(
Object prop,
bool includeDeletedItems = false,
bool preLoad = true
)
Public Function GetDirectReferences (
prop As Object,
Optional includeDeletedItems As Boolean = false,
Optional preLoad As Boolean = true
) As List(Of ObjVerEx)
public:
List<ObjVerEx^>^ GetDirectReferences(
Object^ prop,
bool includeDeletedItems = false,
bool preLoad = true
)
Parameters
- prop
- Type: SystemObject
The property to resolve references from. - includeDeletedItems (Optional)
- Type: SystemBoolean
True to include deleted items. - preLoad (Optional)
- Type: SystemBoolean
Indicates whether the returned objects should be preloaded
with the ObjectVersion and Properties.
Return Value
Type:
ListObjVerExDirect references.
See Also