AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

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

Returns the specified business object from the masterId passed.

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

Syntax


public T GetPublishedObjectByMasterId<T>(
	Guid masterId
)
where T : BusinessObject<T>

Type Parameters

T
A valid object inherited from BusinessObject

Parameters

masterId
Type: Guid
Unique identifier of the BusinessObject

Return Value

The filled business object