AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

AdvantageModuleEngine..::..GetPublishedObjectsByMasterIdsLight<(Of <(<'T>)>)> Method

Gets the published objects by MasterIDs light.

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

Syntax


public List<T> GetPublishedObjectsByMasterIdsLight<T>(
	List<Guid> masterIds,
	List<string> fieldNames
)
where T : BusinessObject<T>

Type Parameters

T

Parameters

masterIds
Type: List<(Of <(<'Guid>)>)>
List of MasterIDs
fieldNames
Type: List<(Of <(<'String>)>)>
List of properties to load

Return Value

List<T>.