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"
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public IReadOnlyCollection<T> GetMetadataColumnBasedList<T>(
string metadataColumnName
)
where T : new(), NetForumMetadataPair
Public Function GetMetadataColumnBasedList(Of T As {New, NetForumMetadataPair}) (
metadataColumnName As String
) As IReadOnlyCollection(Of T)
public:
generic<typename T>
where T : gcnew(), NetForumMetadataPair
virtual IReadOnlyCollection<T>^ GetMetadataColumnBasedList(
String^ metadataColumnName
) sealed
abstract GetMetadataColumnBasedList :
metadataColumnName : string -> IReadOnlyCollection<'T> when 'T : new() and NetForumMetadataPair
override GetMetadataColumnBasedList :
metadataColumnName : string -> IReadOnlyCollection<'T> when 'T : new() and NetForumMetadataPair
- metadataColumnName String
- The name of the metadata column record where this list is configured
- T
- A type derived from NetForumMetadataPair to populate with the retrieved items
IReadOnlyCollectionTThe requested list