Deletes the news category in role.

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

Syntax

C#
public virtual bool DeleteNewsCategoryInRole(
	NewsCategoryInRoleEntity entity
)
Visual Basic
Public Overridable Function DeleteNewsCategoryInRole ( 
	entity As NewsCategoryInRoleEntity
) As Boolean
Visual C++
public:
virtual bool DeleteNewsCategoryInRole(
	NewsCategoryInRoleEntity^ entity
)
F#
abstract DeleteNewsCategoryInRole : 
        entity : NewsCategoryInRoleEntity -> bool 
override DeleteNewsCategoryInRole : 
        entity : NewsCategoryInRoleEntity -> bool 

Parameters

entity
Type: NewsCategoryInRoleEntity
Entity to delete.

Return Value

Type: Boolean
True if deleted, false otherwise.

Implements

INewsBLL..::..DeleteNewsCategoryInRole(NewsCategoryInRoleEntity)

See Also