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#
DataTable GetNewsLocalizationItemsTypedList(
	Guid categoryId
)
Visual Basic
Function GetNewsLocalizationItemsTypedList ( 
	categoryId As Guid
) As DataTable
Visual C++
DataTable^ GetNewsLocalizationItemsTypedList(
	Guid categoryId
)
F#
abstract GetNewsLocalizationItemsTypedList : 
        categoryId : Guid -> DataTable 

Parameters

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

Return Value

Type: DataTable
News localization items typed list

See Also