AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

AdvantageModuleEngine..::..GetPublishedKeyValueObjects<(Of <(<'T, Y>)>)> Method

Returns a boxed list of distinct values based on the ObjectTypeID and KeyName

Namespace:  AdvantageCMS.Core.Common.Engine
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public List<Y> GetPublishedKeyValueObjects<T, Y>(
	string keyName
)
where T : BusinessObject<T>

Type Parameters

T
Y

Parameters

keyName
Type: String
Name of the key.

Return Value

List<System.Object>.