TextContextAdd(TypedValue) Method

Adds a TypedValue to the context.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public override void Add(
	TypedValue item
)

Parameters

item  TypedValue
TypedValue to add.

Implements

ICollectionTAdd(T)

Remarks

Item cannot be null, nor can the typedvalue point to a null value. The datatype must be either Text or MultilineText

See Also