IStableValueOptionsProviderGetOptions 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#
IEnumerable<ValueOption> GetOptions(
	IConfigurationRequestContext context
)

Parameters

context  IConfigurationRequestContext
The context in which the options will be shown.

Return Value

IEnumerableValueOption
Options to display in the options editor.

See Also