AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

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

Returns a business object based on the SEO Name passed in

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

Syntax


public T GetPublishedObjectBySeoName<T>(
	string seoName
)
where T : BusinessObject<T>

Type Parameters

T
A valid object inherited from BusinessObject

Parameters

seoName
Type: String
String SEO name

Return Value

The specified business object