ObjVerExGetIndirectReferences Method |
Returns a set of objects that reference this one.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic List<ObjVerEx> GetIndirectReferences(
MFIdentifier prop = null,
MFIdentifier objType = null,
MFIdentifier objClass = null
)
Parameters
- prop (Optional)
- Type: MFiles.VAF.ConfigurationMFIdentifier
The property through which items must reference this objVer. If not passed the related items can
reference the target objVer via any property.
- objType (Optional)
- Type: MFiles.VAF.ConfigurationMFIdentifier
The object type of the indirect references to return - objClass (Optional)
- Type: MFiles.VAF.ConfigurationMFIdentifier
The class of the indirect references to return
Return Value
Type:
ListObjVerExThe indirect references.
See Also