ObjVerExRemoveLookup Method (Object, Object) |
Note: This API is now obsolete.
Removes a lookup item from the specified property in the PropertyValue collection.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntax[ObsoleteAttribute("Use overload with MFIdentifier type parameter(s) instead.")]
public bool RemoveLookup(
Object prop,
Object item
)
Parameters
- prop
- Type: SystemObject
A reference to a lookup based property. - item
- Type: SystemObject
The item to remove from the PropertyValue lookups.
Return Value
Type:
Boolean
True if the item was removed from the properties lookups.
False if the property or item was not found.
See Also