M-Files Vault Application Framework
C#
Show/Hide TOC
IStable
Value
Options
Provider
Get
Options Method
Resolves options to display in the options editor.
Definition
Namespace:
MFiles.VAF.Configuration.JsonEditor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
IEnumerable
<
ValueOption
>
GetOptions
(
IConfigurationRequestContext
context
)
Parameters
context
IConfigurationRequestContext
The context in which the options will be shown.
Return Value
IEnumerable
ValueOption
Options to display in the options editor.
See Also
Reference
IStableValueOptionsProvider Interface
MFiles.VAF.Configuration.JsonEditor Namespace
In This Article
Definition
Parameters
Return Value
See Also