ContainerFormItemGetKnownTypes Method
Get the list of known types this form item uses (that includes all the items in its collection of form item.

Namespace: Geocortex.Forms.Client.Items
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public override IEnumerable<Type> GetKnownTypes()

Return Value

Type: IEnumerableType
List of known types.
Remarks
This is used for data contract serialization.
See Also