ConfigurationListProviderGetEntityBasedListItemT Method

Retrieves a single item from a list of configured through entities by its Id, with null pass-through

Definition

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

Parameters

id  NetForumId
The id of the list item to retrieve, or null

Type Parameters

T
The type of entity that the list is based on

Return Value

T
The requested item if id was not null; otherwise null

See Also