ConfigurationListProviderGetMetadataColumnBasedListItemT Method
Retrieves a single item from a list of configured through metadata column records by its value, with null pass-through
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public T GetMetadataColumnBasedListItem<T>(
string metadataColumnName,
string itemValue
)
where T : new(), NetForumMetadataPair
Public Function GetMetadataColumnBasedListItem(Of T As {New, NetForumMetadataPair}) (
metadataColumnName As String,
itemValue As String
) As T
public:
generic<typename T>
where T : gcnew(), NetForumMetadataPair
virtual T GetMetadataColumnBasedListItem(
String^ metadataColumnName,
String^ itemValue
) sealed
abstract GetMetadataColumnBasedListItem :
metadataColumnName : string *
itemValue : string -> 'T when 'T : new() and NetForumMetadataPair
override GetMetadataColumnBasedListItem :
metadataColumnName : string *
itemValue : string -> 'T when 'T : new() and NetForumMetadataPair
- 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
- T
- A type derived from NetForumMetadataPair to populate with the retrieved item
TThe requested item if itemValue was not null; otherwise null