ObjVerExHasLookup(MFIdentifier, MFIdentifier) Method

Determines if the referenced item is present in the referenced property.

Definition

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

Parameters

prop  MFIdentifier
The propertyValue to check for the lookup.
item  MFIdentifier
A value reference to the lookup.

Return Value

Boolean
True if the item is present in the property's lookups.

See Also