ObjectContextAddFromLookup Method |
Converts a lookup to an ObjVerEx and adds it to the context.
Null values are ignored (nothing added to the context).
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic void AddFromLookup(
Vault vault,
Lookup lookup
)
Public Sub AddFromLookup (
vault As Vault,
lookup As Lookup
)
public:
void AddFromLookup(
Vault^ vault,
Lookup^ lookup
)
Parameters
- vault
- Type: Vault
The vault where the lookup is from. - lookup
- Type: Lookup
The lookup whose object should be added to the context.
See Also