AdvantageModuleEngine..::..GetPublishedObjectByMasterIds<(Of <(<'T>)>)> Method
Note: This API is now obsolete.
Gets the published object by master ids.
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