ValueListItemContext   Conversion (ValueListItemContext to ListLookup)

Explicit cast to a list of Lookups.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static explicit operator List<Lookup> (
	ValueListItemContext context
)

Parameters

context  ValueListItemContext

Return Value

ListLookup

See Also