ValueListItemContext Explicit  Conversion (ValueListItemContext to List<Lookup>)

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

List<Lookup>

See Also