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