VAF 2.1.0.1 API Documentation
VAF 2.1.0.1 API Documentation
Namespaces
MFiles.VAF.Common
ObjVerEx Class
ObjVerEx Methods
HasLookup Method
HasLookup Method (Object, Object)
HasLookup Method (MFIdentifier, MFIdentifier)
ObjVerEx
HasLookup Method (MFIdentifier, MFIdentifier)
Determines if the referenced item is present in the referenced property.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntax
C#
Copy
public
bool
HasLookup
(
MFIdentifier
prop
,
MFIdentifier
item
)
Parameters
prop
Type:
MFiles.VAF.Configuration
MFIdentifier
The propertyValue to check for the lookup.
item
Type:
MFiles.VAF.Configuration
MFIdentifier
A value reference to the lookup.
Return Value
Type:
Boolean
True if the item is present in the property's lookups.
See Also
Reference
ObjVerEx Class
HasLookup Overload
MFiles.VAF.Common Namespace