AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

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

Gets a List of all specified business objects based on object type passed in

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

Syntax


public List<T> GetAllPublishedObjects<T>()
where T : BusinessObject<T>

Type Parameters

T
A valid object inherited from BusinessObject

Return Value

List of specified business objects