ConfigurationListProviderGetMetadataColumnBasedListT Method

Retrieves a list configured through metadata column records; always found in the Admin module, on a Column's profile page under "value where"

Definition

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

Parameters

metadataColumnName  String
The name of the metadata column record where this list is configured

Type Parameters

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

Return Value

IReadOnlyCollectionT
The requested list

See Also