AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

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

Returns a list of business objects populated by the SEO name list passed in

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

Syntax


public List<T> GetPublishedObjectBySeoNames<T>(
	List<string> seoNames
)
where T : BusinessObject<T>

Type Parameters

T
A valid object inherited from BusinessObject

Parameters

seoNames
Type: List<(Of <(<'String>)>)>
List of string SEO names

Return Value

A list of business objects