AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

AdvantageModuleEngine..::..GetPublishedObjectsBykeyLight<(Of <(<'T>)>)> Method (String, eComparison, Int32, List<(Of <(<'String>)>)>, Boolean)

Gets the published objects bykey light.

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

Syntax


public List<T> GetPublishedObjectsBykeyLight<T>(
	string keyName,
	eComparison comparison,
	int keyValue,
	List<string> fieldNames,
	bool includeSEO
)
where T : BusinessObject<T>, BusinessObject<T>, BusinessObject<T>, BusinessObject<T>, BusinessObject<T>, BusinessObject<T>, BusinessObject<T>

Type Parameters

T

Parameters

keyName
Type: String
Name of the key.
comparison
Type: AdvantageCMS.Core.Common.Enums..::..eComparison
The comparison.
keyValue
Type: Int32
The key value.
fieldNames
Type: List<(Of <(<'String>)>)>
The field names.
includeSEO
Type: Boolean
if set to true [include seo].

Return Value

List<T>.