AdvantageModuleEngine..::..GetPublishedKeyValueObjects<(Of <(<'T, Y>)>)> Method (String)
Retrieves a list of values of a specified type Y from key-value pairs
based on a provided key name and optional list of master IDs.
Namespace:
AdvantageCMS.Core.Common.EngineAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
Type Parameters
- T
- The type of the business object, inheriting from BusinessObject<(Of <(<'T>)>)>.
- Y
- The type of the value to retrieve (e.g., Int32, Guid, String, etc.).
Parameters
- keyName
- Type: String
The name of the key whose values should be retrieved.

