Share via


FormRun.rootFormDataSources Method

Retrieves a List of the root FormDataSource instances for this instance of the FormRun class.

Syntax

public List rootFormDataSources()

Run On

Client

Return Value

Type: List Class
A List of the root FormDataSource instances for this instance of the FormRun class.

Remarks

A root FormDataSource instance is one that does not contain a JoinSource property value and is not a derived FormDataSource instance.

See Also

Reference

FormRun Class