ObjVerExRemoveLookup(Object, Object) Method

Removes a lookup item from the specified property in the PropertyValue collection.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public bool RemoveLookup(
	Object prop,
	Object item
)

Parameters

prop  Object
A reference to a lookup based property.
item  Object
The item to remove from the PropertyValue lookups.

Return Value

Boolean
True if the item was removed from the properties lookups. False if the property or item was not found.

See Also