ConfigurationListProviderGetEntityBasedListT Method

Retrieves a list configured through entities; usually found in child forms of the Setup/Configuration page of a module.

Definition

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public IReadOnlyCollection<T> GetEntityBasedList<T>()
where T : new(), NetForumEntity

Type Parameters

T
The type of entity that the list is based on

Return Value

IReadOnlyCollectionT
The requested list

See Also