Get news localization items for specified category id in a shape of the typed list.

Namespace: MonoSoftware.MonoX.Repositories
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual DataTable GetNewsLocalizationItemsTypedList(
	Guid categoryId
)
Visual Basic
Public Overridable Function GetNewsLocalizationItemsTypedList ( 
	categoryId As Guid
) As DataTable
Visual C++
public:
virtual DataTable^ GetNewsLocalizationItemsTypedList(
	Guid categoryId
)
F#
abstract GetNewsLocalizationItemsTypedList : 
        categoryId : Guid -> DataTable 
override GetNewsLocalizationItemsTypedList : 
        categoryId : Guid -> DataTable 

Parameters

categoryId
Type: System..::..Guid
Category id

Return Value

Type: DataTable
News localization items typed list

Implements

INewsRepository..::..GetNewsLocalizationItemsTypedList(Guid)

See Also