ObjVerExRemoveLookup(MFIdentifier, MFIdentifier) 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(
	MFIdentifier prop,
	MFIdentifier item
)

Parameters

prop  MFIdentifier
A reference to a lookup based property.
item  MFIdentifier
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