AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

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

Note: This API is now obsolete.
Returns a list of published business objects by MasterIDs. Use [GetPublishedObjectsByMasterIds{T}] instead.

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

Syntax


[ObsoleteAttribute]
public List<T> GetPublishedObjectByMasterIds<T>(
	List<Guid> masterIds
)
where T : BusinessObject<T>

Type Parameters

T
A valid object inherited from BusinessObject.

Parameters

masterIds
Type: List<(Of <(<'Guid>)>)>
List of Guid masterIds.

Return Value

A list of business objects matching the specified MasterIDs.