M-Files Vault Application Framework
C#
Show/Hide TOC
Json
Lookup
Item
Adaptor
Conversion (Int
32 to Json
Lookup
Item
Adaptor)
Converts a valuelist item id into a JsonLookupItemAdaptor.
Definition
Namespace:
MFiles.VAF.Configuration.JsonAdaptor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
static
implicit operator
JsonLookupItemAdaptor
(
int
id
)
Parameters
id
Int32
The id of the value list item.
Return Value
JsonLookupItemAdaptor
The adapted id value.
See Also
Reference
JsonLookupItemAdaptor Class
MFiles.VAF.Configuration.JsonAdaptor Namespace
In This Article
Definition
Parameters
Return Value
See Also