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

Parameters

context  IConfigurationRequestContext
The context for which the objects are shown.

Return Value

IEnumerableValueOption
Options to display in the options editor.

Implements

IStableValueOptionsProviderGetOptions(IConfigurationRequestContext)

See Also