MFPropertyValuesBuilderAddLookup Method (MFIdentifier, ObjVer, Boolean) |
Adds a lookup to the passed property value. Creating it if it doesn't already exist.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic MFPropertyValuesBuilder AddLookup(
MFIdentifier prop,
ObjVer item,
bool exactVersion = false
)
Public Function AddLookup (
prop As MFIdentifier,
item As ObjVer,
Optional exactVersion As Boolean = false
) As MFPropertyValuesBuilder
public:
MFPropertyValuesBuilder^ AddLookup(
MFIdentifier^ prop,
ObjVer^ item,
bool exactVersion = false
)
Parameters
- prop
- Type: MFiles.VAF.ConfigurationMFIdentifier
A reference to the propertyDef of the PropertyValue. - item
- Type: ObjVer
A reference to the item to add to the propertyValue - exactVersion (Optional)
- Type: SystemBoolean
Indicates whether the exact version of the
item should be used or if -1 (latest) should be used as the version..
Return Value
Type:
MFPropertyValuesBuilderThe MFPropertyValuesBuilder object - for chaining.
See Also