ObjVerExRemoveLookup(MFIdentifier, MFIdentifier) Method
Removes a lookup item from the specified property in the PropertyValue collection.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public bool RemoveLookup(
MFIdentifier prop,
MFIdentifier item
)
- prop MFIdentifier
- A reference to a lookup based property.
- item MFIdentifier
- The item to remove from the PropertyValue lookups.
Boolean
True if the item was removed from the properties lookups. False if the property or item was not found.