ConfigurationListProviderGetMetadataColumnBasedListItemT Method

Retrieves a single item from a list of configured through metadata column records by its value, with null pass-through

Definition

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public T GetMetadataColumnBasedListItem<T>(
	string metadataColumnName,
	string itemValue
)
where T : new(), NetForumMetadataPair

Parameters

metadataColumnName  String
The name of the metadata column record where this list is configured
itemValue  String
The value of the list item to retrieve, or null

Type Parameters

T
A type derived from NetForumMetadataPair to populate with the retrieved item

Return Value

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

See Also