AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

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

Returns a list of business objects populated by the masterId list passed in

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

Syntax


public List<T> GetPublishedObjectsByMasterIds<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