Get categories in role for specified category.

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

Syntax

C#
EntityCollection<NewsCategoryInRoleEntity> GetCategoryInRole(
	Guid categoryId
)
Visual Basic
Function GetCategoryInRole ( 
	categoryId As Guid
) As EntityCollection(Of NewsCategoryInRoleEntity)
Visual C++
EntityCollection<NewsCategoryInRoleEntity^>^ GetCategoryInRole(
	Guid categoryId
)
F#
abstract GetCategoryInRole : 
        categoryId : Guid -> EntityCollection<NewsCategoryInRoleEntity> 

Parameters

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

Return Value

Type: EntityCollection<(Of <(<'NewsCategoryInRoleEntity>)>)>
News categories in role collection

See Also